Intel® Advisor Help

Window: Annotation Report, Reduction Row

This special-purpose annotation marks a line that computes a reduction in a loop. Marking the line as a reduction causes the Dependencies tool to ignore the data race.

To view the source code for this annotation, click the icon.

Reductions require special treatment when translating to parallel code (see the help topics Special-purpose Annotations and About Replacing Annotations ... for your parallel framework below).

When to View the Annotation Report

Use the Annotation Report window to view the types of annotations present in your project sources and access their locations. You can view the Annotation Report at any time to check the annotations. In addition:

See Also