已合并
[Requirement|需求建议]: ExtendConv2D/QuantConv3D Fixpipe融合开源 #3307
wangcimeng创建于 3月28日
[Requirement|需求建议]: ExtendConv2D/QuantConv3D Fixpipe融合开源 #3307
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 wangcimeng 的贡献)3月28日 创建了 pull request,commit d23a90aa
CANN-robot
3月28日 评论:
3月28日 评论:
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 |
|---|---|---|
| cmake | ✅ yangyang016, chenqi317 (2/2) | ✅ yangyang016, chenqi317 (2/1) |
| conv | ✅ lileizheng, chenqi317, yangyang016 (3/2) | ✅ lileizheng, chenqi317 (2/1) |
| repo-cann/ops-nn | ✅ chenqi317, yangyang016 (2/2) | ✅ chenqi317, yangyang016 (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
wangcimeng, thanks for your pull request. All authors of the commits have signed the CLA. 👍


3月28日 添加了label:cann-cla/yes
3月28日 将crystalhu,yangyang016,fanqirui,zhou-qilong,chenqi317,lileizheng,liubo75,tangweiwei2,zhangyuxiang0119,zhang-wu设为评审人
3月28日 将crystalhu,yangyang016,fanqirui,zhou-qilong,chenqi317,lileizheng,liubo75,tangweiwei2,zhangyuxiang0119,zhang-wu设为评审人
3月28日 将crystalhu,chenqi317,lileizheng,liubo75,tangweiwei2,zhangyuxiang0119,zhang-wu设为审查人
此处折叠了240条消息 查看更多
CANN-robot
3月31日 评论:
3月31日 评论:
Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: chenqi317, yangyang016, lileizheng.
Reviewers who wrote a comment of /lgtm are: chenqi317, yangyang016, lileizheng.


3月31日 关闭了关联的issue
3月31日 合入了pull request
描述
基于算子图层面融合把特定图节点转换为ExtendConv2D及QuantConv3D
将相关Cube后处理基于Common公共能力转换为Fixpipe后,融合以下结构为单算子计算
Conv2D 支持融合结构如下,融合后为ExtendConv2D图节点
Conv2D → FixPipe → OutputConv2D → [FixPipe_0, FixPipe_1] → [Output0, Output1]Conv2D → [FixPipe, Other] → [Output0, Output1]Conv2D → [Other, FixPipe] → [Output0, Output1]Conv3D 支持融合结构支持如下,融合后为QuantConv3D图节点
Conv3D → Dequant → Output关联的Issue
#1816
测试
冒烟验证及相应融合结构已验证,UT已覆盖补充各融合场景用例
文档更新
NA
类型标签