Visible to Intel only — GUID: GUID-2533D9F6-08FF-48FB-A712-F4DAC4BA0E76
Visible to Intel only — GUID: GUID-2533D9F6-08FF-48FB-A712-F4DAC4BA0E76
check-profitability
Check the profitability of offload regions and add only profitable regions to a report.
GUI Equivalent
Project Properties > Analysis Target > Performance Modeling > Other parameters
Syntax
--check-profitability --no-check-profitability |
Default
On (check-profitability)
Usage
Use the no-check-profitability option to add all offloadable regions to a report even if they do not benefit from the increased speed after offloading.
Example
Run Survey Analysis.
Run Trip Counts and FLOP analyses of the Characterization stage.
Model your application performance on a target device and do not check loop profitability.
advisor --collect=survey --static-instruction-mix --project-dir=./advi_results -- ./myApplication
advisor --collect=tripcounts --flop --enable-data-transfer-analysis --project-dir=./advi_results -- ./myApplication
advisor --collect=projection --no-check-profitability --project-dir=./advi_results