ascendebug kernel --backend npu --repo-type customize --customize-path ${INSTALL_DIR}/opp/vendors/${vendor_name} --json-file ${op_config_json_file} --core-type ${core_type} --profiling
命令参数 |
参数含义 |
取值说明 |
---|---|---|
--backend |
Kernel调测类型。 |
参数取值与核函数NPU上板精度验证保持一致。 |
--repo-type |
算子开发场景类型。 |
|
--customize-path |
自定义算子包的安装目录。 |
|
--json-file |
算子信息配置文件。 |
|
--core-type |
算子类型。 |
|
--profiling |
使能上板Profiling数据采集功能。 |
无配置值。 |