文件最后提交记录最后更新时间
graph-autofusion is ready now! 6 个月前
【PR】: 解决ut覆盖率生成失败问题 Co-authored-by: JaydenChu<zhumin54@huawei.com> # message auto-generated for no-merge-commit merge: !203 merge master-inc-cov-support-2 into master 【PR】: 解决ut覆盖率生成失败问题 Created-by: JaydenChu Commit-by: JaydenChu Merged-by: cann-robot Description: # Pull Request ## 描述 统一覆盖率检测路径从 src/superkernelsuperkernel,修复覆盖率报告生成失败的问题。 原配置中 --cov=src/superkernel 与实际代码路径 src/jit/superkernel 不匹配,导致覆盖率工具无法找到被测代码,报告为 0%。本次变更将覆盖率检测路径统一为包名 superkernel,使覆盖率报告能够正确生成。 ## 变更类型 - [x] 📦 构建过程或辅助工具的变动 ## 关联的Issue 无 ## 如何测试 描述测试此变更的步骤和前提条件: 1. 执行 UT 测试并生成覆盖率报告:bash build.sh -u -c 2. 验证覆盖率报告正常生成,行覆盖率约 82% 3. 检查 HTML 报告路径:super_kernel/coverage/ut/html/index.html ## 核对清单 - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档(developer_guide.md) - [x] 我在标题中使用了合适的类型标签(refactor:) ## 其他信息 修改的文件: - build.sh: 修改 UT 和 ST 覆盖率命令中的 --cov 参数 - super_kernel/docs/developer_guide.md: 更新文档中的覆盖率命令示例 - super_kernel/scripts/sk_st_cfg.toml: 修改 coverage source 配置 - super_kernel/scripts/sk_ut_cfg.toml: 修改 coverage source 配置 See merge request: cann/graph-autofusion!2032 个月前
Synchronize open source repositories and private repositories. Co-authored-by: XuebinYang<yangxuebin6@hisilicon.com> # message auto-generated for no-merge-commit merge: !56 merge master into master 【feat】: Synchronize open source repositories and private repositories. Created-by: XuebinYang Commit-by: XuebinYang Merged-by: cann-robot Description: # Pull Request ## 描述 Synchronize open source repositories and private repositories. The main changes are as follows: The interface between the super kernel and Ascend C package is changed from super_kernel_compile to compile_super_kernel. The super_kernel_feature_manager file is added to manage the feature compatibility changes between Ascend C and the super kernel. The enum type, such as the kernel type of the super kernel, is added to ensure independent upgrade of the graph-autofusion package. ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [x] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [ ] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [x] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 如何测试 描述测试此变更的步骤和前提条件: 1.继承用例通过 ## 核对清单 <!-- [x] 表示选中 --> - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/graph-autofusion!563 个月前