文件最后提交记录最后更新时间
【PR】: 新增 PackNotaskPass 并重构 notask 公共逻辑为基类 Co-authored-by: KenChow<zhouchen53@huawei.com> # message auto-generated for no-merge-commit merge: !1393 merge pack_notask_pass into develop 【PR】: 新增 PackNotaskPass 并重构 notask 公共逻辑为基类 Created-by: KenChow Commit-by: KenChow Merged-by: cann-robot Description: # Pull Request ## 描述 - 将 ConcatNotaskPass 中的通用校验逻辑(输入/输出/LxFusion/属性/Ref节点/unknown shape等)抽取为基类 NotaskPassBase - 基于 NotaskPassBase 新增 PackNotaskPass,为 PackD 算子提供 notask 内存优化 - ConcatNotaskPass 改为继承 NotaskPassBase,仅保留 concat 维度校验逻辑 ## 变更类型 请选择本次引入的变更类型: - [ ] 🐛 Bug 修复 - [x] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [x] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue ## 如何测试 描述测试此变更的步骤和前提条件: 1. 运行 pack_notask_pass_unittest 单测,覆盖 axis=0/1/-1/rank、前轴非1、上游为Data、非Pack跳过、tensor未对齐、format转换等场景 2. 运行已有 concat_notask_pass 相关单测,验证重构未引入回归 ## 核对清单 - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定 ## 其他信息 See merge request: cann/ge!13931 个月前
【PR】: 新增 PackNotaskPass 并重构 notask 公共逻辑为基类 Co-authored-by: KenChow<zhouchen53@huawei.com> # message auto-generated for no-merge-commit merge: !1393 merge pack_notask_pass into develop 【PR】: 新增 PackNotaskPass 并重构 notask 公共逻辑为基类 Created-by: KenChow Commit-by: KenChow Merged-by: cann-robot Description: # Pull Request ## 描述 - 将 ConcatNotaskPass 中的通用校验逻辑(输入/输出/LxFusion/属性/Ref节点/unknown shape等)抽取为基类 NotaskPassBase - 基于 NotaskPassBase 新增 PackNotaskPass,为 PackD 算子提供 notask 内存优化 - ConcatNotaskPass 改为继承 NotaskPassBase,仅保留 concat 维度校验逻辑 ## 变更类型 请选择本次引入的变更类型: - [ ] 🐛 Bug 修复 - [x] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [x] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue ## 如何测试 描述测试此变更的步骤和前提条件: 1. 运行 pack_notask_pass_unittest 单测,覆盖 axis=0/1/-1/rank、前轴非1、上游为Data、非Pack跳过、tensor未对齐、format转换等场景 2. 运行已有 concat_notask_pass 相关单测,验证重构未引入回归 ## 核对清单 - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定 ## 其他信息 See merge request: cann/ge!13931 个月前
【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!258326 天前
【PR】: 新增 PackNotaskPass 并重构 notask 公共逻辑为基类 Co-authored-by: KenChow<zhouchen53@huawei.com> # message auto-generated for no-merge-commit merge: !1393 merge pack_notask_pass into develop 【PR】: 新增 PackNotaskPass 并重构 notask 公共逻辑为基类 Created-by: KenChow Commit-by: KenChow Merged-by: cann-robot Description: # Pull Request ## 描述 - 将 ConcatNotaskPass 中的通用校验逻辑(输入/输出/LxFusion/属性/Ref节点/unknown shape等)抽取为基类 NotaskPassBase - 基于 NotaskPassBase 新增 PackNotaskPass,为 PackD 算子提供 notask 内存优化 - ConcatNotaskPass 改为继承 NotaskPassBase,仅保留 concat 维度校验逻辑 ## 变更类型 请选择本次引入的变更类型: - [ ] 🐛 Bug 修复 - [x] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [x] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue ## 如何测试 描述测试此变更的步骤和前提条件: 1. 运行 pack_notask_pass_unittest 单测,覆盖 axis=0/1/-1/rank、前轴非1、上游为Data、非Pack跳过、tensor未对齐、format转换等场景 2. 运行已有 concat_notask_pass 相关单测,验证重构未引入回归 ## 核对清单 - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定 ## 其他信息 See merge request: cann/ge!13931 个月前
【Bugfix】: 用对应字符串说明某种私有格式不支持PackNoTaskPass Co-authored-by: KenChow<zhouchen53@huawei.com> # message auto-generated for no-merge-commit merge: !2074 merge pack_notask_pass into develop 【Bugfix】: 用对应字符串说明某种私有格式不支持PackNoTaskPass Created-by: KenChow Commit-by: KenChow Merged-by: cann-robot Description: # Pull Request ## 描述 - 将 PackNotaskPass::CheckFormat 中不支持 internal format 场景的 GELOGD 由整型 %d 改为 %s,通过 ge::TypeUtils::FormatToSerialString 打印 format 名称(含原始 format 与 primary format),便于问题定位。 - compiler/graph/passes/memory_optimize/pack_notask_pass.cc 新增 #include "graph/utils/type_utils.h"。 ## 变更类型 请选择本次引入的变更类型: - [x] 🐛 Bug 修复 - [ ] ✨ 新功能 - [x] 💄 代码风格更新(格式化,局部变量) - [ ] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue ## 如何测试 描述测试此变更的步骤和前提条件: 1. 复用现有 UT:tests/ge/ut/ge/graph/passes/pack_notask_pass_unittest.cc(FRACTAL_NZ 正向用例、NC1HWC0/FRACTAL_Z/混合格式/NCHW->NC1HWC0 反向用例均覆盖本分支)。 2. 复用现有 ST:tests/ge/st/testcase/test_pack_notask_pass.cc。 3. 仅为日志文案调整,业务逻辑不变,不引入新增用例需求。 ## 核对清单 - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定 ## 其他信息 See merge request: cann/ge!20741 个月前
【PR】: 新增 PackNotaskPass 并重构 notask 公共逻辑为基类 Co-authored-by: KenChow<zhouchen53@huawei.com> # message auto-generated for no-merge-commit merge: !1393 merge pack_notask_pass into develop 【PR】: 新增 PackNotaskPass 并重构 notask 公共逻辑为基类 Created-by: KenChow Commit-by: KenChow Merged-by: cann-robot Description: # Pull Request ## 描述 - 将 ConcatNotaskPass 中的通用校验逻辑(输入/输出/LxFusion/属性/Ref节点/unknown shape等)抽取为基类 NotaskPassBase - 基于 NotaskPassBase 新增 PackNotaskPass,为 PackD 算子提供 notask 内存优化 - ConcatNotaskPass 改为继承 NotaskPassBase,仅保留 concat 维度校验逻辑 ## 变更类型 请选择本次引入的变更类型: - [ ] 🐛 Bug 修复 - [x] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [x] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue ## 如何测试 描述测试此变更的步骤和前提条件: 1. 运行 pack_notask_pass_unittest 单测,覆盖 axis=0/1/-1/rank、前轴非1、上游为Data、非Pack跳过、tensor未对齐、format转换等场景 2. 运行已有 concat_notask_pass 相关单测,验证重构未引入回归 ## 核对清单 - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定 ## 其他信息 See merge request: cann/ge!13931 个月前
【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!258326 天前
Initial commit 5 个月前