文件最后提交记录最后更新时间
【PR】: sync ge_dev to master 20260311 Co-authored-by: cann-robot<songchangxia@cann.team> Co-authored-by: tang-haojie<tanghaojie1@huawei.com> Co-authored-by: isaacxu<xurui23@huawei.com> Co-authored-by: yelongjian<yelongjian1@huawei.com> Co-authored-by: kobemini<gengchao4@huawei.com> Co-authored-by: yuchen97<wangyuchen38@huawei.com> Co-authored-by: maohaodi<maohaodi@huawei.com> Co-authored-by: lihuachao<lihuachao1@huawei.com> Co-authored-by: liuyuanchen1<liuyuanchen1@huawei.com> Co-authored-by: KenChow<zhouchen53@huawei.com> Co-authored-by: wtf_newage<liuqiang238@hisilicon.com> Co-authored-by: jin-xiaohang<jinxiaohang4@huawei.com> Co-authored-by: peiyang<lipeiyang@huawei.com> Co-authored-by: wangxiaotian995<710309755@qq.com> Co-authored-by: andy_git<liaomeifeng@huawei.com> Co-authored-by: zhangfeifan0709<zhangfeifan7@huawei.com> Co-authored-by: xuyafei<xuyafei3@huawei.com> Co-authored-by: lining23666<lining.li@huawei.com> Co-authored-by: zhang_shengjie<804425610@qq.com> Co-authored-by: jinhu_huawei<jinhu5@huawei.com> Co-authored-by: wuzhengzhen<wuzhengzhen@huawei.com> Co-authored-by: chenyukai<chenyukai4@huawei.com> Co-authored-by: jiang-mingming01<jiangmingming16@h-partners.com> # message auto-generated for no-merge-commit merge: !1045 merge develop into master 【PR】: sync ge_dev to master 20260311 Created-by: peiyang Commit-by: zhang_shengjie;jiang-mingming01;chenyukai;lining23666;wuzhengzhen;cann-robot;yuchen97;kobemini;isaacxu;jinhu_huawei;maohaodi;KenChow;xuyafei;zhangfeifan0709;andy_git;peiyang;wangxiaotian995;jin-xiaohang;wtf_newage;liuyuanchen1;lihuachao;yelongjian;tang-haojie Merged-by: peiyang Description: # Pull Request ## 描述 本PR指在将develop分支的代码同步合入master分支,包括以下特性: 1、dflow替换rt接口为aclrt接口 2、新增modify_conv_data_format_pass 3、新增modify_conv_data_format_pass 4、解决CV融合算子编译告警 5、dflow静态检查修改 6、[Autofuse] 修复slice上提至transpose前的bug 7、修复错误码上报和日志格式问题 8、当concat的对齐值小于等于1时,无意义,跳过这种判断&头文件路径修复 9、ATT性能公式注释及表达式优化 10、SECURITY文件Markdown格式问题修改 11、bugfix for es symbol bind 12、移动非dflow dt并删除冗余的依赖 13、修复te_fusion的全局变量导致的内存持续增长 14、新增Acos ascir 15、rt接口切换为aclrt系列接口:设备管理类 16、GetOrRegisterKernel并发问题 17、修复transform eliminate消除逻辑改图bug 18、es sample更新打印格式 19、新增GeSession使能动态batch的样例 20、修复A2 Dma swap后性能公式问题 21、兼容算子独立升级,添加原命名空间接口 22、修复C++和python处理图名的差异&Power处理特殊 23、修复air转模型构造输入tensor顺序错误的问题 24、Concat融合拓扑排序问题修复 25、基于graph接口的MatMul+Add融合为GEMM自定义pass样例 26、修复udf DT依赖源码proto后没有加依赖找不到头文件的问题 27、npu_arch从3101修改为3510 && logicalOr ascir bugfix ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [ ] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [ ] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 如何测试 描述测试此变更的步骤和前提条件: 1. 2. ## 核对清单 <!-- [x] 表示选中 --> - [ ] 我的代码遵循了项目的代码风格 - [ ] 我已对代码进行了自测 - [ ] 我已更新了相关的文档 - [ ] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [ ] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/ge!10452 个月前
【PR】: delete dflow unsed options Co-authored-by: lining23666<lining.li@huawei.com> # message auto-generated for no-merge-commit merge: !122 merge master into master 【PR】: delete dflow unsed options Created-by: lining23666 Commit-by: lining23666 Merged-by: cann-robot Description: # Pull Request ## 描述 dflow部分功能已下线, 部分option不再使用,可以删除 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [ ] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [x] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue NA ## 如何测试 删除废弃的代码,基本功能无影响 ## 核对清单 <!-- [x] 表示选中 --> - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 NA。 See merge request: cann/ge!1224 个月前
【PR】: 日志燎原,修改不合理的日志打印 Co-authored-by: chenqian1365<chenqian2@huawei.com> # message auto-generated for no-merge-commit merge: !2978 merge develop into develop 【PR】: 日志燎原,修改不合理的日志打印 Created-by: chenqian1365 Commit-by: chenqian1365 Merged-by: cann-robot Description: # Pull Request ## 描述 日志燎原专项,修改打印不规范的日志 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [x] 🐛 Bug 修复 - [ ] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [ ] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 核对清单 <!-- [x] 表示选中 --> - [ ] 我的代码遵循了项目的代码风格 - [ ] 我已对代码进行了自测 - [ ] 我已更新了相关的文档 - [ ] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [ ] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/ge!297813 天前
【PR】: change only multi_cluster Co-authored-by: lining23666<lining.li@huawei.com> # message auto-generated for no-merge-commit merge: !613 merge dt into develop 【PR】: change only multi_cluster Created-by: lining23666 Commit-by: lining23666 Merged-by: cann-robot Description: # Pull Request ## 描述 目前只支持A2、A3,这些都是multi_cluster组网,所以删除代码中的multi_cluster判断,用例适配成multi_cluster场景 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [ ] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [x] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 如何测试 描述测试此变更的步骤和前提条件: 删除废弃代码 ## 核对清单 <!-- [x] 表示选中 --> - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/ge!6133 个月前
【PR】:修改不规范的日志 Co-authored-by: chenqian1365<chenqian2@huawei.com> # message auto-generated for no-merge-commit merge: !2583 merge develop into develop 【PR】:修改不规范的日志 Created-by: chenqian1365 Commit-by: chenqian1365 Merged-by: cann-robot Description: # Pull Request ## 描述 将日志里 can not/Can not 改为 cannot/Cannot ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [x] 🐛 Bug 修复 - [ ] ✨ 新功能 - [x] 💄 代码风格更新(格式化,局部变量) - [ ] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 核对清单 <!-- [x] 表示选中 --> - [x] 我的代码遵循了项目的代码风格 - [ ] 我已对代码进行了自测 - [ ] 我已更新了相关的文档 - [ ] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [ ] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/ge!258325 天前
Initial commit 5 个月前
【PR】: 统一错误码格式化与 ValueChecker 签名重构 Co-authored-by: KenChow<zhouchen53@huawei.com> # message auto-generated for no-merge-commit merge: !1661 merge errcode_0305 into develop 【PR】: 统一错误码格式化与 ValueChecker 签名重构 Created-by: KenChow Commit-by: KenChow Merged-by: cann-robot Description: # Pull Request ## 描述 - 新增 FormatErrnoReason 工具函数(inc/graph_metadef/common/ge_common/util.h),统一 errno 错误信息格式为 [Errno {code}] {message} - 替换约 20 个源文件中分散的手写 errno 格式化代码,统一调用 FormatErrnoReason() - 重构 ValueChecker 函数签名,增加 std::string &reason 输出参数,使校验器能返回具体失败原因 - 统一错误日志中的字段名 errmsgreason - 规范化错误消息首字母为小写(如 "An option key" → "an option key") - 错误注册表中通用 Solution 占位文案改为 "N/A" - 新增 FormatErrnoReason 单测,更新 checker 签名相关的已有单测 ## 变更类型 请选择本次引入的变更类型: - [ ] 🐛 Bug 修复 - [ ] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [x] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue ## 如何测试 描述测试此变更的步骤和前提条件: 1. 编译通过,确认 FormatErrnoReason 及所有调用点无编译错误 2. 运行 FormatErrnoReason 单元测试(tests/ge/ut/ge/common/util_unittest.cc) 3. 运行 optimization_option 相关单元测试,验证新 ValueChecker 签名的 reason 返回值正确 4. 运行 optimization_option_registry 单元测试,验证 IsSwitchOptValueValid 返回特定 reason ## 核对清单 - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定 ## 其他信息 See merge request: cann/ge!16611 个月前
【PR】: delete parse RESOURCE_CONFIG_PATH Co-authored-by: lining23666<lining.li@huawei.com> # message auto-generated for no-merge-commit merge: !196 merge master into master 【PR】: delete parse RESOURCE_CONFIG_PATH Created-by: lining23666 Commit-by: lining23666 Merged-by: cann-robot Description: # Pull Request ## 描述 删除废弃代码,RESOURCE_CONFIG_PATH已经不再使用,删除废弃的代码 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [ ] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [x] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 如何测试 描述测试此变更的步骤和前提条件: 不涉及基本功能修改,删除废弃代码 ## 核对清单 <!-- [x] 表示选中 --> - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/ge!1964 个月前
【PR】: sync ge_dev to master 20260311 Co-authored-by: cann-robot<songchangxia@cann.team> Co-authored-by: tang-haojie<tanghaojie1@huawei.com> Co-authored-by: isaacxu<xurui23@huawei.com> Co-authored-by: yelongjian<yelongjian1@huawei.com> Co-authored-by: kobemini<gengchao4@huawei.com> Co-authored-by: yuchen97<wangyuchen38@huawei.com> Co-authored-by: maohaodi<maohaodi@huawei.com> Co-authored-by: lihuachao<lihuachao1@huawei.com> Co-authored-by: liuyuanchen1<liuyuanchen1@huawei.com> Co-authored-by: KenChow<zhouchen53@huawei.com> Co-authored-by: wtf_newage<liuqiang238@hisilicon.com> Co-authored-by: jin-xiaohang<jinxiaohang4@huawei.com> Co-authored-by: peiyang<lipeiyang@huawei.com> Co-authored-by: wangxiaotian995<710309755@qq.com> Co-authored-by: andy_git<liaomeifeng@huawei.com> Co-authored-by: zhangfeifan0709<zhangfeifan7@huawei.com> Co-authored-by: xuyafei<xuyafei3@huawei.com> Co-authored-by: lining23666<lining.li@huawei.com> Co-authored-by: zhang_shengjie<804425610@qq.com> Co-authored-by: jinhu_huawei<jinhu5@huawei.com> Co-authored-by: wuzhengzhen<wuzhengzhen@huawei.com> Co-authored-by: chenyukai<chenyukai4@huawei.com> Co-authored-by: jiang-mingming01<jiangmingming16@h-partners.com> # message auto-generated for no-merge-commit merge: !1045 merge develop into master 【PR】: sync ge_dev to master 20260311 Created-by: peiyang Commit-by: zhang_shengjie;jiang-mingming01;chenyukai;lining23666;wuzhengzhen;cann-robot;yuchen97;kobemini;isaacxu;jinhu_huawei;maohaodi;KenChow;xuyafei;zhangfeifan0709;andy_git;peiyang;wangxiaotian995;jin-xiaohang;wtf_newage;liuyuanchen1;lihuachao;yelongjian;tang-haojie Merged-by: peiyang Description: # Pull Request ## 描述 本PR指在将develop分支的代码同步合入master分支,包括以下特性: 1、dflow替换rt接口为aclrt接口 2、新增modify_conv_data_format_pass 3、新增modify_conv_data_format_pass 4、解决CV融合算子编译告警 5、dflow静态检查修改 6、[Autofuse] 修复slice上提至transpose前的bug 7、修复错误码上报和日志格式问题 8、当concat的对齐值小于等于1时,无意义,跳过这种判断&头文件路径修复 9、ATT性能公式注释及表达式优化 10、SECURITY文件Markdown格式问题修改 11、bugfix for es symbol bind 12、移动非dflow dt并删除冗余的依赖 13、修复te_fusion的全局变量导致的内存持续增长 14、新增Acos ascir 15、rt接口切换为aclrt系列接口:设备管理类 16、GetOrRegisterKernel并发问题 17、修复transform eliminate消除逻辑改图bug 18、es sample更新打印格式 19、新增GeSession使能动态batch的样例 20、修复A2 Dma swap后性能公式问题 21、兼容算子独立升级,添加原命名空间接口 22、修复C++和python处理图名的差异&Power处理特殊 23、修复air转模型构造输入tensor顺序错误的问题 24、Concat融合拓扑排序问题修复 25、基于graph接口的MatMul+Add融合为GEMM自定义pass样例 26、修复udf DT依赖源码proto后没有加依赖找不到头文件的问题 27、npu_arch从3101修改为3510 && logicalOr ascir bugfix ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [ ] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [ ] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 如何测试 描述测试此变更的步骤和前提条件: 1. 2. ## 核对清单 <!-- [x] 表示选中 --> - [ ] 我的代码遵循了项目的代码风格 - [ ] 我已对代码进行了自测 - [ ] 我已更新了相关的文档 - [ ] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [ ] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/ge!10452 个月前
【PR】: 重名对外头文件整改 Co-authored-by: jikai-tyler<jikai5@huawei.com> # message auto-generated for no-merge-commit merge: !3159 merge jk_external into develop 【PR】: 重名对外头文件整改 Created-by: jikai-tyler Commit-by: jikai-tyler Merged-by: cann-robot Description: # Pull Request ## 描述 重名对外头文件整改。 重名头文件均为对外头文件,影响兼容性需要整改,新提供不同名称的头文件,该头文件标记废弃,1年后删除 ## 变更类型 请选择本次引入的变更类型: <!-- [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/ge!31591 天前