Visible to Intel only — GUID: GUID-2F5EC664-94BA-4F0D-9874-38C8BF8B5584
Visible to Intel only — GUID: GUID-2F5EC664-94BA-4F0D-9874-38C8BF8B5584
config
Specify a device configuration to model cache configuration/your application performance for.
GUI Equivalent
Analysis Workflow > Offload Modeling > Target Platform Model
Project Properties > Analysis Target > Performance Modeling > Target Config
Syntax
--config=<string> |
Arguments
<string> is one of the following device configurations:
Argument |
Description |
---|---|
xehpg_256xve |
Intel® Arc™ graphics with 256 vector engines |
xehpg_512xve |
Intel® Arc™ graphics with 512 vector engines |
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 |
Default
xehpg_512xve
Usage
Make sure to specify the same configuration argument as for the target-device option during Trip Counts collection (collect=tripcounts).
Example
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 --static-instruction-mix --project-dir=./advi_results -- ./myApplication
advisor --collect=tripcounts --flop --enable-data-transfer-analysis --target-device=gen12_dg1 --project-dir=./advi_results -- ./myApplication
advisor --collect=projection --config=gen12_dg1 --project-dir=./advi_results