已合并
npu arch adapt. #7945
ray-shaw创建于 7月25日
npu arch adapt. #7945
已合并
ray-shaw创建于 7月25日
ray-shaw
ray-shaw成员
7月25日

描述

npu arch开源整改,涉及conv2d、conv3d、extendconv2d

关联的Issue

关联Issue #4590

测试

rdv pass

文档更新

不涉及

类型标签

AI/Agent生成声明

likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 ray-shaw 的贡献)
ray-shawray-shaw成员
7月25日 创建了 pull request,commit ebb9b974
atomgit-bot
atomgit-bot
7月25日 评论:

变更摘要

此 PR 仅对 conv2d_v2_base_tiling_check_input.cpp 中的 Conv2dBaseTiling::ParseExtendDualOutputShape() 函数做了一处纯代码风格调整:在提前返回(early return)的 if 语句块之后插入一个空行,将条件判断与后续正常执行路径在视觉上分隔开,以提升代码可读性。该改动不涉及任何功能逻辑、接口或数据结构的变更。

主要改动

  • 代码格式调整:在 ParseExtendDualOutputShape() 函数中,if 提前返回块与后续 auto output1ShapePtr = ... 语句之间新增一个空行,改善代码段落层次感,无行为影响。
likedislike
atomgit-bot
atomgit-bot
7月25日 评论:

代码审查

✅ 未发现问题

likedislike
CANN-robotCANN-robot成员
7月25日 添加了label:cann-cla/yes
CANN-robot
CANN-robot成员
7月25日 评论:

CLA Signature Pass

ray-shaw, thanks for your pull request. All authors of the commits have signed the CLA. 👍

likedislike
此处折叠了242条消息 查看更多
wangcimeng成员
12 天前 评论:

/lgtm
/approve

likedislike
CANN-robotCANN-robot成员
12 天前 添加了label:lgtm
CANN-robotCANN-robot成员
12 天前 关闭了关联的issue
CANN-robotCANN-robot成员
12 天前 合入了pull request
CANN-robot
CANN-robot成员
12 天前 评论:

Pull Request 已合并或已关闭。

If you want to solve this problem, you can click here to do it in the FAQs.

likedislike