config
config
Specify a device configuration to
model cache configuration/your application performance for.
GUI Equivalent
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® X e graphics
|
gen12_dg1
| Intel® Iris® X e 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 thegen12_dg1configuration.
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