Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

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