--op_tune_file
功能说明
静态kernel调优模式下,需要预先dump算子json文件,该参数用于指定算子json文件的存放路径。dump算子json文件的具体流程请参考使用静态Kernel提升模型执行性能章节。
当前该功能仅支持Atlas A2训练系列产品/Atlas 800I A2推理产品。
关联参数
需要和--op_tune_mode=static_kernel或者fast、--precision_mode=must_keep_origin_dtype同时使用。
参数取值
支持大小写字母(a-z,A-Z)、数字(0-9)、下划线(_)、中划线(-)、句点(.)、中文汉字。
示例
--op_tune_file=/home/lxl/json --op_tune_mode=static_kernel --precision_mode=must_keep_origin_dtype --op_tune_kernel_path=/home/lxl/kernel
父主题: 高级功能