Visible to Intel only — GUID: GUID-C009A7F0-1665-4830-9AEB-C35CD9E71A26
Visible to Intel only — GUID: GUID-C009A7F0-1665-4830-9AEB-C35CD9E71A26
assume-ndim-dependency
When searching for an optimal N-dimensional offload, assume there are dependencies between inner and outer loops.
GUI Equivalent
Project Properties > Analysis Target > Performance Modeling > Other parameters
Syntax
--assume-ndim-dependency --no-assume-ndim-dependency |
Default
On (assume-ndim-dependency)
Example
Run Survey Analysis.
Run Trip Counts and FLOP analyses of the Characterization stage.
Model your application performance on a target device assuming there are no dependencies between inner and outer loops when searching for an optimal N-dimensional offload.
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 --no-assume-ndim-dependency --project-dir=./advi_results