-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[PHI] Revert pool and pool_grad oneDNN kernel conversion #45989
[PHI] Revert pool and pool_grad oneDNN kernel conversion #45989
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
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
@chenwhql Please merge |
你的PR已合入Paddle库,请关注后续测试结果。 |
* Revert pool+grad oneDNN kernel conversion (#45989) * [PHI] transpose2_grad op migration (#46139) * op migrated, Copy(OneDNNContext, ...) added * mutable_data & op registration in fluid removed * refactoring * OneDNNGetDataType to uppercase * missing cpu check added, handler moved to .h file * name changed to transpose_grad * Copy changed back to TensorCopy * Resizing corrected, Copy(OneDNNContext) removed Co-authored-by: Piotr Paturej <48731682+piotrekobi@users.noreply.github.com> Co-authored-by: Paulina Gacek <paulina.gacek@intel.com>
PR types
Others
PR changes
Others
Describe
Reverts the conversion of the pool2d fluid oneDNN kernel to PHI based on feedback from #45954. Converting this op without using the is_test argument caused up to a 3x performance decrease in some models, so it should be reverted as soon as possible.