文件最后提交记录最后更新时间
Initial commit 5 个月前
Initial commit 5 个月前
Initial commit 5 个月前
【PR】: 修正日志格式占位符和拼写问题 Co-authored-by: KenChow<zhouchen53@huawei.com> # message auto-generated for no-merge-commit merge: !2261 merge errcode_0305 into develop 【PR】: 修正日志格式占位符和拼写问题 Created-by: KenChow Commit-by: KenChow Merged-by: cann-robot Description: # Pull Request ## 描述 - 修正日志和错误上报中 uint64_t / int64_t 等固定宽度整数的格式化占位符,统一使用 PRIu64 / PRId64。 - 修正部分日志文本中的英文拼写问题,提升诊断信息准确性。 ## 变更类型 请选择本次引入的变更类型: - [x] 🐛 Bug 修复 - [ ] ✨ 新功能 - [x] 💄 代码风格更新(格式化,局部变量) - [ ] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue ## 如何测试 描述测试此变更的步骤和前提条件: 1. 已提交 CI 流水线验证。 2. 建议补充确认受影响模块的增量编译结果。 ## 核对清单 - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定 ## 其他信息 See merge request: cann/ge!22611 个月前
【PR】: fix dflow ut exit wait 2s Co-authored-by: lining23666<lining.li@huawei.com> # message auto-generated for no-merge-commit merge: !156 merge ln_0108 into master 【PR】: fix dflow ut exit wait 2s Created-by: lining23666 Commit-by: lining23666 Merged-by: cann-robot Description: # Pull Request ## 描述 事件调度需要等2s才能退出,用例加上强制退出,唤醒2秒等待 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [x] 🐛 Bug 修复 - [ ] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [ ] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 如何测试 修改的dflow udf用例,执行用例即可 ## 核对清单 <!-- [x] 表示选中 --> - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 NA See merge request: cann/ge!1564 个月前
【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 个月前