Intel® Advisor Help
Specify a device configuration to model your application performance for.
Analysis Workflow > Offload Modeling > Target Platform Model
Project Properties > Analysis Target > Performance Modeling > Device Configuration
--config=<string> |
<string> is one of the following device configurations:
Argument |
Description |
---|---|
gen12_tgl |
Intel® Iris® Xe graphics |
gen12_dg1 |
Intel® Iris® Xe MAX graphics |
gen11_icl |
Intel® Iris® Plus graphics |
gen9_gt2 |
Intel® HD Graphics 530 |
gen9_gt3 |
Intel® Iris® Graphics 550 |
gen9_gt4 |
Intel® Iris® Pro Graphics 580 |
gen11_icl
collect=projection
Make sure to specify the same configuration argument as for the target-device option during Trip Counts collection (collect=tripcounts).
Run Survey Analysis.
Run Trip Counts and FLOP analyses of the Characterization stage.
Model your application performance for the gen12_dg1 configuration.
$ advisor --collect=survey -stackwalk-mode=online --static-instruction-mix --project-dir=./advi -- myApplication
$ advisor --collect=tripcounts --flop --enable-data-transfer-analysis --target-device=gen12_dg1 --project-dir=./advi -- myApplication
$ advisor --collect=projection --config=gen12_dg1 --project-dir=./advi