MindStudio Kernel Launcher 开发指南¶ 1. 开发环境准备¶ 请按照以下文档进行环境配置:《算子工具开发环境安装指导》。 2. 编译打包¶ python build.py 3. 执行UT测试¶ python build.py test 如果输出类似如下,且运行的用例数和通过用例数相同,即表示成功: [----------] 59 tests from CoreApi (8ms total) ========== 59 passed in 2.05s ==========