Visible to Intel only — GUID: GUID-B64A0651-5C12-497E-B22C-FA9FDCA6AE12
Visible to Intel only — GUID: GUID-B64A0651-5C12-497E-B22C-FA9FDCA6AE12
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
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