Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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

NOTE:
You can skip the --search-n-dim option because it is enabled by default.

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

See Also