Visible to Intel only — GUID: GUID-D474520F-F73F-4E86-9AA0-29C0A354F293
Visible to Intel only — GUID: GUID-D474520F-F73F-4E86-9AA0-29C0A354F293
search-n-dim
Enable searching for an optimal N-dimensional offload.
Syntax
--search-n-dim --no-search-n-dim |
Default
On (search-n-dim)
Usage
search-n-dim enables combining up to three nested parallel loops into an N-dimensional offload. This can reduce estimated execution time on GPU and Time by Compute. Use no-search-n-dim to estimate offloading for each loop separately.
Do not use this option with --threads or --enable-batching.
Example
Run Survey Analysis.
Run Trip Counts and FLOP analyses of the Characterization stage.
Do not search for an optimal N-dimensional offload when modeling your application performance on a target device.
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-search-n-dim --project-dir=./advi_results