-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Disabled oneDNN reshape1/2 and squeeze1/2 kernels #35781
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
Conversation
Thanks for your contribution! |
@jakpiase |
@baoachun do you know which PR has solved 1,2,3,5 issues? |
@jakpiase |
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.
* disabled matmul_v2 grad * Revert "disabled matmul_v2 grad" This reverts commit b569bce. * reverted disabling matmul_v2, disabled reshape and squeeze
PR types
Bug fixes
PR changes
OPs
Describe
This PR disables reshape and squeeze kernels. It must be done, because I am not able to easily fix bugs with these ops.