-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[PIR][oneDNN] Add shuffle_channel_detect_pass #64053
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
[PIR][oneDNN] Add shuffle_channel_detect_pass #64053
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
2c71d38 to
eb7383d
Compare
|
@onecatcn Hi, would you mind helping find approvers as below? Since this PR includes OP API changes: Thank you! |
|
2024-05-10 13:32:59 ************************************************************** |
jzhang533
left a comment
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 for api changes

PR Category
Others
PR Types
New features
Description
Based on new pass mechanism, here we add pass "shuffle_channel_detect_pass" for PIR.
The new pass is same as "shuffle_channel_onednn_detect_pass" in "/paddle/fluid/framework/ir/onednn/shuffle_channel_onednn_detect_pass.cc".
Note: add shuffle_channel/shuffle_channel_grad in ops.yaml/ops_backward.yaml to adapt PIR op.