已合并
[Requirement|需求建议]: ExtendConv2D/QuantConv3D Fixpipe融合开源 #3307
wangcimeng创建于 3月28日
[Requirement|需求建议]: ExtendConv2D/QuantConv3D Fixpipe融合开源 #3307
已合并
wangcimeng创建于 3月28日
wangcimeng成员
3月28日

描述

基于算子图层面融合把特定图节点转换为ExtendConv2D及QuantConv3D

将相关Cube后处理基于Common公共能力转换为Fixpipe后,融合以下结构为单算子计算

Conv2D 支持融合结构如下,融合后为ExtendConv2D图节点

场景枚举 描述 图示
SINGLE 单 FixPipe 输出 Conv2D → FixPipe → Output
DUAL_FIXPIPE 双 FixPipe 输出 Conv2D → [FixPipe_0, FixPipe_1] → [Output0, Output1]
FIXPIPE_OTHER FixPipe + 其他节点 Conv2D → [FixPipe, Other] → [Output0, Output1]
OTHER_FIXPIPE 其他节点 + FixPipe Conv2D → [Other, FixPipe] → [Output0, Output1]

Conv3D 支持融合结构支持如下,融合后为QuantConv3D图节点

场景枚举 描述 图示
SINGLE 单 FixPipe 输出 Conv3D → Dequant → Output

关联的Issue

#1816

测试

冒烟验证及相应融合结构已验证,UT已覆盖补充各融合场景用例

文档更新

NA

类型标签

  • Bug修复
  • 新特性
  • 性能优化
  • 文档更新
  • 其他,请描述:
likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 wangcimeng 的贡献)
Wwangcimeng成员
3月28日 创建了 pull request,commit d23a90aa
CANN-robot
CANN-robot成员
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 /approve or /lgtm
  • Commenting /approve implies 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. 👍

likedislike
CANN-robotCANN-robot成员
3月28日 添加了label:cann-cla/yes
CANN-robotCANN-robot成员
3月28日 将crystalhu,yangyang016,fanqirui,zhou-qilong,chenqi317,lileizheng,liubo75,tangweiwei2,zhangyuxiang0119,zhang-wu设为评审人
CANN-robotCANN-robot成员
3月28日 将crystalhu,chenqi317,lileizheng,liubo75,tangweiwei2,zhangyuxiang0119,zhang-wu设为审查人
此处折叠了240条消息 查看更多
CANN-robot
CANN-robot成员
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.

likedislike
CANN-robotCANN-robot成员
3月31日 关闭了关联的issue
CANN-robotCANN-robot成员
3月31日 合入了pull request
conv2d_ci
4月1日 评论:
pipeline history
TimeNameResultLink
2026-04-01 09:42:36Sync_PR :x: FAILURE#167
likedislike
conv2d_ci
4月1日 评论:
pipeline history
TimeNameResultLink
2026-04-01 09:42:57commit2026-03-31T20:44:05+08:00273119e5
Compile_Result :x: NOT_RUN
SC_Result :x: NOT_RUN
RDV_Result:ALL :x: NOT_RUN
likedislike