文件最后提交记录最后更新时间
Adapt profiling to different chip types and fix the model ID as a unique model 3 天前
refactor: restructure UT stub files to enable standalone execution without CANN runtime Co-authored-by: XuebinYang<yangxuebin6@hisilicon.com> # message auto-generated for no-merge-commit merge: !117 merge master into master refactor: restructure UT stub files to enable standalone execution without CANN runtime Created-by: XuebinYang Commit-by: XuebinYang Merged-by: cann-robot Description: # Pull Request ## 描述 refactor: restructure UT stub files to enable standalone execution without CANN runtime Main changes: - Create stub directory for stub files including acl/acl.h, acl/acl_rt.h, etc. - Define aclrtTask as void* type to align with real CANN headers - Update source code to use acl/acl.h instead of rt_sk_intf.h - Add stub files for securec.h, err_mgr.h, dlog_pub.h, etc. - Update CMakeLists.txt to adapt to new directory structure - Fix sk_node.cpp to access aclrtTask members via kernelParams instead of direct access Enable UT to run independently without depending on CANN runtime libraries ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [ ] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [x] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 如何测试 描述测试此变更的步骤和前提条件: 1. 2. ## 核对清单 <!-- [x] 表示选中 --> - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/graph-autofusion!1172 个月前
Support L0 exception to store error sub operator information in SK 7 天前
Support L0 exception to store error sub operator information in SK 7 天前
Adapt profiling to different chip types and fix the model ID as a unique model 3 天前
增加profiling落盘路径 Co-authored-by: huxj153<huxiujuan@huawei.com> # message auto-generated for no-merge-commit merge: !265 merge f/profiling_path into master 增加profiling落盘路径 Created-by: huxj153 Commit-by: huxj153 Merged-by: cann-robot Description: # Pull Request ## 描述 增加profiling落盘路径 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [x] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [ ] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 如何测试 描述测试此变更的步骤和前提条件: 1. 2. ## 核对清单 <!-- [x] 表示选中 --> - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/graph-autofusion!2651 个月前
[super_kernel] ut: 优化日志输出,仅在测试失败时打印 Co-authored-by: sjtulxh<liaoxiaohui3@hisilicon.com> # message auto-generated for no-merge-commit merge: !132 merge master into master [super_kernel] ut: 优化日志输出,仅在测试失败时打印 Created-by: sjtulxh Commit-by: sjtulxh Merged-by: cann-robot Description: # Pull Request ## 描述 [super_kernel] ut: 优化日志输出,仅在测试失败时打印 - 新增 LogBuffer 类缓冲日志,避免测试成功时的冗余输出 - 添加 FailureLogListener 监听器,测试失败时自动打印缓冲区日志 - 重构 dlog_pub.h,支持 C++ 日志缓冲和 C fallback 两种模式 影响文件: - super_kernel/tests/aot/ut/stub/dlog_pub.h - super_kernel/tests/aot/ut/main.cpp ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [ ] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [x] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 如何测试 描述测试此变更的步骤和前提条件: 1. 2. ## 核对清单 <!-- [x] 表示选中 --> - [ ] 我的代码遵循了项目的代码风格 - [ ] 我已对代码进行了自测 - [ ] 我已更新了相关的文档 - [ ] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [ ] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/graph-autofusion!1322 个月前
refactor: restructure UT stub files to enable standalone execution without CANN runtime Co-authored-by: XuebinYang<yangxuebin6@hisilicon.com> # message auto-generated for no-merge-commit merge: !117 merge master into master refactor: restructure UT stub files to enable standalone execution without CANN runtime Created-by: XuebinYang Commit-by: XuebinYang Merged-by: cann-robot Description: # Pull Request ## 描述 refactor: restructure UT stub files to enable standalone execution without CANN runtime Main changes: - Create stub directory for stub files including acl/acl.h, acl/acl_rt.h, etc. - Define aclrtTask as void* type to align with real CANN headers - Update source code to use acl/acl.h instead of rt_sk_intf.h - Add stub files for securec.h, err_mgr.h, dlog_pub.h, etc. - Update CMakeLists.txt to adapt to new directory structure - Fix sk_node.cpp to access aclrtTask members via kernelParams instead of direct access Enable UT to run independently without depending on CANN runtime libraries ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [ ] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [x] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 如何测试 描述测试此变更的步骤和前提条件: 1. 2. ## 核对清单 <!-- [x] 表示选中 --> - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/graph-autofusion!1172 个月前
test(superkernel): add test cases for SIMT operator detection coverage Test coverage additions: - GetOption(SkInnerOptionType) for inner options retrieval - ApplySoCSpecificOptions behavior verification - ToJson inner_options content validation - KernelInfos isSimtOp flag and Format output - SimtAivType stub with SetSimtAivType control function - AIV type values (SIMD=1, SIMT_VF_ONLY=3, SIMD_SIMT_MIX=4) Added tests in test_sk_options_manager.cpp: - GetInnerOption_EnableMixKernelSplit - GetInnerOption_EnableSimtOpCheck - GetInnerOption_InvalidType - ToJson_InnerOptionsContent - ApplySoCSpecificOptions_NonAscend950 - SetInnerOptionValue Added tests in test_sk_node.cpp: - KernelInfos_IsSimtOpFlag - KernelInfos_FormatWithSimtFlag - SimtAivType_SimdOnly - SimtAivType_SimtVfOnly - SimtAivType_SimdSimtMix Modified stub to support SIMT testing: - Added SetSimtAivType(uint32_t) to control return value - rtFunctionGetMetaInfo now uses RT_FUNCTION_TYPE_AIV_TYPE_FLAG 13 天前
refactor(aot): centralize entry resolution in task builder and harden AOT scheduling flow Co-authored-by: yrz1027<yangruizhi5@huawei.com> # message auto-generated for no-merge-commit merge: !133 merge fix/return-value-dev into master refactor(aot): centralize entry resolution in task builder and harden AOT scheduling flow Created-by: yrz1027 Commit-by: yrz1027 Merged-by: cann-robot Description: # Pull Request ## 描述 本次 PR 聚焦 AOT 调度链路的重构与稳定性增强,主要目标是减少运行时分散解析逻辑、统一入口函数来源,并提高异常路径可测性。 核心改动包括: - 将 SK entry 解析职责前移到 task builder,构建阶段产出可直接使用的入口信息,避免后续阶段重复按名称解析。 - 优化调度相关模块间的数据传递与接口边界,强化 fail-fast 行为与顶层异常兜底路径。 - 完善并扩展 AOT 单测覆盖,增加任务构建与后处理相关测试用例,提升回归保障。 - 将文件内 C 风格 static helper 统一迁移为匿名命名空间函数,保持内部链接语义一致并统一 C++ 风格(无功能变更)。 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [x] 🐛 Bug 修复 - [ ] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [x] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 如何测试 描述测试此变更的步骤和前提条件: 1.执行完整 C++ UT 回归:bash build.sh --cpp_utest(如本次不跑全量,请在 PR 备注中说明原因) 2. ## 核对清单 <!-- [x] 表示选中 --> - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [ ] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/graph-autofusion!1332 个月前
Adapt profiling to different chip types and fix the model ID as a unique model 3 天前
test: improve UT coverage for sk_common and sk_scope_split 5 天前