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

enable-data-transfer-analysis

Model data transfer between host memory and device memory.

Syntax

--enable-data-transfer-analysis--no-enable-data-transfer-analysis

Default

Off (no-enable-data-transfer-analysis)

Actions Modified

collect=tripcounts

Usage

NOTE:

data-transfer option takes precedence over the enable-data-transfer-analysis option and its modifications. So if you specify both, data-transfer rewrites all enable-data-transfer-analysis modifications used.

enable-data-transfer-analysis with no modifications corresponds to data-transfer=light.

Example

Run a Trip Counts and FLOP analysis. Enable data transfer simulation.

advisor --collect=tripcounts --flop --enable-data-transfer-analysis --project-dir=./advi_results -- ./myApplication

See Also