-
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
Fix to issue #25537 #27546
Fix to issue #25537 #27546
Conversation
test=develop
Thanks for your contribution! |
✅ This PR's description meets the template requirements! |
test=develop
@arogowie-intel , @arlesniak Please review |
@wojtuss , @wozna , @arlesniak , @arogowie-intel Please review @luotao1 PR-CI-Windows is in mending mode since yesterday. I tried to close/reopen PR but no impact visible. Could you please advice how to proceed? |
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-CI-Windows is in mending mode since yesterday.
Some network fails, and I have record it true manually.
@luotao1 Thanks very much for explanation |
PR types
Bug fixes
PR changes
Others
Describe
fix #25537.
Fix a misuse of Tensor::layout for purpose of oneDNN NHWC arrangment implementation and It does adjust transpose oneDNN kernel for NHWC arrangmeent. Tranpose kernel has to be modified as this is oneDNN kernel , but it does produce non-oneDNN tensor , so output shape for NHWC model has to be matched.