config
config
Specify a device configuration to
model your application performance for.
Syntax
--config
=
<string>
Arguments
<string>
is one of the following
device configurations:
dg1
|
gen11_gt2
|
gen9_gt2
|
gen9_gt3
|
gen9_gt4
Default
gen11_gt2
Actions Modified
collect
=projection
Usage
Make sure to specify the same configuration argument as
for the
targed-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 thegen9_gt2configuration.
$ advisor --collect=survey -stackwalk-mode=online --static-instruction-mix --project-dir=./advi -- myApplication
$ advisor --collect=tripcounts --flop --enable-data-transfer-analysis --target-device=gen9_gt2 --project-dir=./advi -- myApplication
$ advisor --collect=projection --config=gen9_gt2 --project-dir=./advi