整体说明
可通过ascendebug -h或ascendebug --help查看工具支持的所有调测模式,具体参见表1。
参数 |
模式说明 |
备注 |
---|---|---|
tiling |
主要对算子Tiling代码进行调测,具体参见Tiling调测功能。 |
通过ascendebug tiling -h或ascendebug tiling --help查看Tiling调测涉及的所有参数。 |
kernel |
主要对算子Kernel代码进行精度和性能调测,包含CPU、NPU、Simulator调测功能,具体参见CPU调测功能、NPU调测功能、Simulator性能仿真功能等章节。 |
通过ascendebug kernel -h或ascendebug kernel --help查看CPU、NPU、Simulator调测涉及的所有参数。 |
json |
主要提供数据准备阶段如何生成算子json配置模板,具体参见算子json配置模板获取。
说明:
当前仅适用于标准自定义算子工程场景。 |
通过ascendebug json convert -h或ascendebug json convert --help查看涉及的所有参数。 |
mc2parse |
预留参数项,开发者无需关注。 |
- |
op_compiler |
父主题: 命令行参数说明