最適な N 次元オフロードを検索する場合、1 つのオフロードに変換できる最大ループ深度を制限します。
--ndim-depth-limit=<integer> |
<integer> は 1 <= <integer> <= 6 の範囲の数値です。
3
collect=projection --search-n-dim
collect=offload
ターゲットデバイスでアプリケーションのパフォーマンスをモデル化し、オフロードの最大深度を 5 に制限します。
advisor --collect=projection --ndim-depth-limit=5 --project-dir=./advi_results -- ./myApplication