Intel® Advisor Help
When searching for an optimal N-dimensional offload, limit the maximum loop depth that can be converted to one offload.
--ndim-depth-limit=<integer> |
<integer> is a number in the range 1 <= <integer> <= 6.
3
collect=projection --search-n-dim
collect=offload
Model your application performance on a target device and limit the maximum depth of an offload to 5.
advisor --collect=projection --ndim-depth-limit=5 --project-dir=./advi_results -- ./myApplication