Intel® Advisor Help
Specify the number of parallel threads to use for offload heads.
Project Properties > Analysis Target > Performance Modeling > Other parameters
--threads=<integer> |
<integer> is a number of parallel threads. Specify 0 to let the model decide based on a selected target device configuration.
0
Run Survey Analysis.
Run Trip Counts and FLOP analyses of the Characterization stage.
Model your application performance on a target device using 3 parallel threads for each offload head.
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 --threads=3 --project-dir=./advi_results