A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-23034197-4FB1-4128-A54C-B84639AAB5E8
Visible to Intel only — GUID: GUID-23034197-4FB1-4128-A54C-B84639AAB5E8
ndim-depth-limit
When searching for an optimal N-dimensional offload, limit the maximum loop depth that can be converted to one offload.
Syntax
--ndim-depth-limit=<integer> |
Arguments
<integer> is a number in the range 1 <= <integer> <= 6.
Default
3
Actions Modified
collect=projection --search-n-dim
collect=offload
Example
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