-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IR&PASS] add conv + bn fuse pattern, and other works #54933
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
8a806c6
to
7ace52b
Compare
14a580a
to
35f77aa
Compare
贴下IR变化前后的表示吧 |
rewriter.Build<paddle::dialect::DivideOp>(bn_scale_result, | ||
sqrt_op.out()); | ||
|
||
// reshape scale |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
对于存在broadcast需求的权重计算,可以看下能不能把语义也隐藏到特定op之下
9545c97
to
182fd35
Compare
… pass_infra_part_7
81da93a
to
3f94dc4
Compare
3f94dc4
to
c6e97c7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
TODO:权重折叠
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR types
Others
PR changes
Others
Description
Pcard-71500
fix pr: #55073