已合并
Implement D and H dimension swapping for Conv3D backward operation #4483
jiangqi创建于 4月30日
Implement D and H dimension swapping for Conv3D backward operation #4483
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 jiangqi 的贡献)CANN-robot
4月30日 评论:
4月30日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| */*/op_api/*.h | ✅ 汤磊, 胡碧霞 (2/2) | ✅ 汤磊 (1/1) |
| conv | ✅ 张瑜翔, 胡碧霞 (2/2) | ✅ 张瑜翔, 胡碧霞 (2/1) |
| sig-doc-check | ✅ 吴瑶, 杨露露 (2/1) | ✅ 吴瑶 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
jiangqi2025, thanks for your pull request. All authors of the commits have signed the CLA. 👍


4月30日 添加了label:cann-cla/yes
4月30日 将crystalhu,yangyang016,fanqirui,zhou-qilong,chenqi317,lileizheng,liubo75,tangweiwei2,zhangyuxiang0119,wangcimeng,wangyongguang,zhang-wu设为评审人
4月30日 将crystalhu,yangyang016,fanqirui,zhou-qilong,chenqi317,lileizheng,liubo75,tangweiwei2,zhangyuxiang0119,wangcimeng,wangyongguang,zhang-wu设为评审人
4月30日 将crystalhu,chenqi317,lileizheng,liubo75,tangweiwei2,zhangyuxiang0119,wangcimeng,wangyongguang,zhang-wu设为审查人
4月30日 将crystalhu,chenqi317,lileizheng,liubo75,tangweiwei2,zhangyuxiang0119,wangcimeng,wangyongguang,zhang-wu设为审查人
此处折叠了45条消息 查看更多
tang-lei01
5月8日 评论:
5月8日 评论:
/approve
/lgtm


5月8日 添加了label:lgtmapproved
5月8日 关闭了关联的issue
5月8日 合入了pull request
描述
NPU上Conv3D反向传播算子D轴采用for循环处理,H轴采用load3d指令处理。当H=1时,将D和H维度交换(内存排布一致),可使D轴利用高效的load3d指令而非低效的for循环,显著提升性能与精度。
关联的Issue
#2579
测试
文档更新
类型标签