---
title: --op_tune_kernel_path
description: "| 产品 | 是否支持 |"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/devaids/aoe/aoepar_16_059.html
sourcePath: /source/zh/canncommercial/900/devaids/aoe/aoepar_16_059.html
indexId: 6c6523a1c0960c678aea43dc2194f786f6d54586ce6a353b8329e1ec42ccc85c60
---
# --op_tune_kernel_path

#### 产品支持情况

| 产品 | 是否支持 |
| --- | --- |
| Atlas A3 训练系列产品 / Atlas A3 推理系列产品 | √ |
| Atlas A2 训练系列产品 / Atlas A2 推理系列产品 | √ |
| Atlas 200I/500 A2 推理产品 | x |
| Atlas 推理系列产品 | x |
| Atlas 训练系列产品 | x |


#### 功能说明

静态kernel调优后，AOE产生静态kernel。该参数用于用户指定静态kernel的存放路径。

当前该功能支持如下型号：

Atlas A2 训练系列产品 / Atlas A2 推理系列产品

Atlas A3 训练系列产品 / Atlas A3 推理系列产品


#### 关联参数

需要和--op_tune_mode=static_kernel或者fast、--op_tune_file同时使用。


#### 参数取值

不设置时，默认存放在执行调优命令的当前工作目录/aoe_workspace/op_tune_kernel文件夹下。


#### 示例

```
--op_tune_file=/home/lxl/json --op_tune_mode=static_kernel --precision_mode=must_keep_origin_dtype --op_tune_kernel_path=/home/lxl/kernel
```
