Intel® Advisor User Guide

ID 766448
Date 3/22/2024
Public
Document Table of Contents

filter-reductions

Mark all potential reductions by specific diagnostic during Dependencies analysis.

GUI Equivalent

Project Properties > Analysis Target > Dependencies Analysis > Advanced > Filter reduction variables

Syntax

--filter-reductions

--no-filter-reductions

Default

Off (no-filter-reductions)

Actions Modified

collect=dependencies

collect=offload

Usage

Enabling can increase collection overhead.

Example

Run a Dependencies analysis. Analyze innermost scalar loops. Mark all potential reductions by specific diagnostic.

advisor --collect=dependencies --loops=scalar,loop-height=0" --filter-reductions --project-dir=./advi_results -- ./myApplication

See Also