| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Modify files in the test branch to align with the master branch. Co-authored-by: waimaidaole<1595992831@qq.com> # message auto-generated for no-merge-commit merge: !199 merge test into test Modify files in the test branch to align with the master branch. Created-by: waimaidaole Commit-by: waimaidaole Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 内容优化 - [ ] 其他,请描述: ## 其他信息 <!-- 在这里可以添加任何与这个 Pull Request 相关的其他说明。 --> See merge request: cann/cann-learning-hub!199 | 1 个月前 | |
Modify files in the test branch to align with the master branch. Co-authored-by: waimaidaole<1595992831@qq.com> # message auto-generated for no-merge-commit merge: !199 merge test into test Modify files in the test branch to align with the master branch. Created-by: waimaidaole Commit-by: waimaidaole Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 内容优化 - [ ] 其他,请描述: ## 其他信息 <!-- 在这里可以添加任何与这个 Pull Request 相关的其他说明。 --> See merge request: cann/cann-learning-hub!199 | 1 个月前 | |
Modify files in the test branch to align with the master branch. Co-authored-by: waimaidaole<1595992831@qq.com> # message auto-generated for no-merge-commit merge: !199 merge test into test Modify files in the test branch to align with the master branch. Created-by: waimaidaole Commit-by: waimaidaole Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 内容优化 - [ ] 其他,请描述: ## 其他信息 <!-- 在这里可以添加任何与这个 Pull Request 相关的其他说明。 --> See merge request: cann/cann-learning-hub!199 | 1 个月前 | |
fix:数据类型枚举值的错误映射 Co-authored-by: Saturday22266<xyi3719@gmail.com> # message auto-generated for no-merge-commit merge: !681 merge fix/issue-421-test into test fix:数据类型枚举值的错误映射 Created-by: Saturday22266 Commit-by: Saturday22266 Merged-by: cann-robot Description: ## 描述 修复 skills/ascendc-ops-project/SKILL.md 中 **Part 10:数据类型枚举值** 的错误映射。 原文中部分 DT_* 枚举值与 CANN 数据类型定义不一致: - DT_INT64:4 → 9 - DT_UINT8:5 → 4 - DT_BOOL:6 → 12 修正后与 CANN 中对应的数据类型枚举定义保持一致,避免根据该表生成 dtype 判断或 Kernel 分发逻辑时出现类型匹配错误。 ## 关联的Issue Closes [#421](https://gitcode.com/cann/cann-learning-hub/issues/421) ## 测试 - 对照 CANN 头文件 graph/c_types.h 中的数据类型枚举定义进行核对。 - 确认修改后的对应关系为: - DT_FLOAT = 0 - DT_FLOAT16 = 1 - DT_INT8 = 2 - DT_INT32 = 3 - DT_UINT8 = 4 - DT_INT64 = 9 - DT_BOOL = 12 - 本次仅修改 Skill 文档中的枚举值说明,不涉及算子实现逻辑变更。 ## 文档更新 修改文件: - skills/ascendc-ops-project/SKILL.md ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [ ] 新特性 - [ ] 内容优化 - [ ] 其他,请描述: ## 其他信息 该表可能被用于生成 dtype 判断或 Kernel 类型分发代码。错误的枚举值可能导致数据类型匹配到错误的 Kernel 实现,因此对相关枚举值进行修正。 See merge request: cann/cann-learning-hub!681 | 2 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 2 天前 |