| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
TTK init repo | 3 个月前 | |
feat: add Agent Skills, ACLNN output auto-fill, and docs polish Co-authored-by: dengguojie<dengguojie@huawei.com> # message auto-generated for no-merge-commit merge: !16 merge dev-1 into master feat: add Agent Skills, ACLNN output auto-fill, and docs polish Created-by: dengguojie Commit-by: dengguojie Merged-by: cann-robot Description: ## 描述 - Add 4 Agent Skills (run-test, write-case, diagnose, write-plugin) with progressive disclosure structure (SKILL.md + references/) - Auto-fill output_tensor_indexes for ACLNN by naming convention (*Ref, *Out, *Output, *OutOptional, *OutputOptional, "output") - Add 20 unit tests for ACLNN auto-fill logic - Update docs (CN/EN): output auto-fill, scalar_dtypes, e2e section, input_data_ranges [min,max] closed interval + must values - Add AGENTS.md for CLI agent entry point - Update README with Agent Skills usage (3 loading methods) - Fix diagnose skill: __golden__ dict registration (not decorator) - Fix error-patterns: CANN paths for root/user, ast.parse check, exit -9/-11 diagnosis, proc-timeout clarification - Update CLI params: remove deprecated -s/--static, -l to GB unit, --validate as common option, update compile mode descriptions - Sync CN/EN guide docs for Task Execution, Kernel, E2E ## 关联的Issue https://gitcode.com/cann/ops-test-kit/issues/16 ## 测试 <!--描述进行了哪些测试来验证你的改动。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [x] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-test-kit!16 | 2 个月前 | |
用例类重命名、测试文件统一、PluginScanner类型修复 Co-authored-by: dengguojie<dengguojie@huawei.com> # message auto-generated for no-merge-commit merge: !2 merge master into master 用例类重命名、测试文件统一、PluginScanner类型修复 Created-by: dengguojie Commit-by: dengguojie Merged-by: cann-robot Description: ## 描述 1. 用例类重命名: UniversalTestcaseStructure→TestcaseOp, ApiTestcaseStructure→TestcaseAclnn 2. 测试文件统一到根tests/目录,移除冗余sys.path.insert 3. pyproject.toml URL修正(gitee→gitcode),testpaths简化 4. PluginScanner.__init__防御性归一化scan_dir参数,兼容str/Path/tuple 5. bridge.py binary参数else→elif修复string类型处理 6. platform.py删除未使用的platform2arch_dict、NO_BF16_PLATFORM ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #000--> ## 测试 <!--描述进行了哪些测试来验证你的改动。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-test-kit!2 | 2 个月前 | |
feat: registry_accessor + error_manager_cleaner + cext_loader 公共能力 Co-authored-by: dengguojie<dengguojie@huawei.com> # message auto-generated for no-merge-commit merge: !6 merge master into master feat: registry_accessor + error_manager_cleaner + cext_loader 公共能力 Created-by: dengguojie Commit-by: dengguojie Merged-by: cann-robot Description: ## 描述 1. cext_loader: 提取 C 扩展在线编译+加载公共逻辑(per-target flock + atomic marker) 2. error_manager_cleaner: 清理 ErrorManager 残留错误,防止跨用例污染 tiling 判定 3. op_registry_accessor: split API(Find + Invoke gen_simplifiedkey),支持 simplifiedKeyMode=2 算子 4. platform: 兼容新旧 CANN 目录结构(vendors/ built-in/op_impl vs op_impl/built-in),fallback 无 config.ini 时走 custom 路径 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #000--> ## 测试 <!--描述进行了哪些测试来验证你的改动。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-test-kit!6 | 2 个月前 | |
feat: add Agent Skills, ACLNN output auto-fill, and docs polish Co-authored-by: dengguojie<dengguojie@huawei.com> # message auto-generated for no-merge-commit merge: !16 merge dev-1 into master feat: add Agent Skills, ACLNN output auto-fill, and docs polish Created-by: dengguojie Commit-by: dengguojie Merged-by: cann-robot Description: ## 描述 - Add 4 Agent Skills (run-test, write-case, diagnose, write-plugin) with progressive disclosure structure (SKILL.md + references/) - Auto-fill output_tensor_indexes for ACLNN by naming convention (*Ref, *Out, *Output, *OutOptional, *OutputOptional, "output") - Add 20 unit tests for ACLNN auto-fill logic - Update docs (CN/EN): output auto-fill, scalar_dtypes, e2e section, input_data_ranges [min,max] closed interval + must values - Add AGENTS.md for CLI agent entry point - Update README with Agent Skills usage (3 loading methods) - Fix diagnose skill: __golden__ dict registration (not decorator) - Fix error-patterns: CANN paths for root/user, ast.parse check, exit -9/-11 diagnosis, proc-timeout clarification - Update CLI params: remove deprecated -s/--static, -l to GB unit, --validate as common option, update compile mode descriptions - Sync CN/EN guide docs for Task Execution, Kernel, E2E ## 关联的Issue https://gitcode.com/cann/ops-test-kit/issues/16 ## 测试 <!--描述进行了哪些测试来验证你的改动。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [x] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-test-kit!16 | 2 个月前 | |
用例类重命名、测试文件统一、PluginScanner类型修复 Co-authored-by: dengguojie<dengguojie@huawei.com> # message auto-generated for no-merge-commit merge: !2 merge master into master 用例类重命名、测试文件统一、PluginScanner类型修复 Created-by: dengguojie Commit-by: dengguojie Merged-by: cann-robot Description: ## 描述 1. 用例类重命名: UniversalTestcaseStructure→TestcaseOp, ApiTestcaseStructure→TestcaseAclnn 2. 测试文件统一到根tests/目录,移除冗余sys.path.insert 3. pyproject.toml URL修正(gitee→gitcode),testpaths简化 4. PluginScanner.__init__防御性归一化scan_dir参数,兼容str/Path/tuple 5. bridge.py binary参数else→elif修复string类型处理 6. platform.py删除未使用的platform2arch_dict、NO_BF16_PLATFORM ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #000--> ## 测试 <!--描述进行了哪些测试来验证你的改动。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-test-kit!2 | 2 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 |