已合并
npu arch adapt. #7945
ray-shaw创建于 7月25日
npu arch adapt. #7945
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 ray-shaw 的贡献)atomgit-bot
7月25日 评论:
7月25日 评论:
变更摘要
此 PR 仅对 conv2d_v2_base_tiling_check_input.cpp 中的 Conv2dBaseTiling::ParseExtendDualOutputShape() 函数做了一处纯代码风格调整:在提前返回(early return)的 if 语句块之后插入一个空行,将条件判断与后续正常执行路径在视觉上分隔开,以提升代码可读性。该改动不涉及任何功能逻辑、接口或数据结构的变更。
主要改动
- 代码格式调整:在
ParseExtendDualOutputShape()函数中,if提前返回块与后续auto output1ShapePtr = ...语句之间新增一个空行,改善代码段落层次感,无行为影响。


atomgit-bot
7月25日 评论:
7月25日 评论:
7月25日 添加了label:cann-cla/yes
CANN-robot
7月25日 评论:
7月25日 评论:
此处折叠了242条消息 查看更多
wangcimeng
12 天前 评论:
12 天前 评论:
/lgtm
/approve


12 天前 添加了label:lgtm
12 天前 关闭了关联的issue
12 天前 合入了pull request
CANN-robot
12 天前 评论:
12 天前 评论:
Pull Request 已合并或已关闭。
If you want to solve this problem, you can click here to do it in the FAQs.


描述
npu arch开源整改,涉及conv2d、conv3d、extendconv2d
关联的Issue
关联Issue #4590
测试
rdv pass
文档更新
不涉及
类型标签
AI/Agent生成声明