ndim-depth-limit

最適な N 次元オフロードを検索する場合、1 つのオフロードに変換できる最大ループ深度を制限します。

構文

--ndim-depth-limit=<integer>

引数

<integer> は 1 <= <integer> <= 6 の範囲の数値です。

デフォルト

3

影響するアクション

collect=projection --search-n-dim

collect=offload

--search-n-dim オプションはデフォルトで有効になっているため、省略できます。

ターゲットデバイスでアプリケーションのパフォーマンスをモデル化し、オフロードの最大深度を 5 に制限します。

advisor --collect=projection --ndim-depth-limit=5 --project-dir=./advi_results -- ./myApplication

関連情報