search-n-dim
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.
Only loops with no dependencies
can be combined into an N-dimensional offload.
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