-
Notifications
You must be signed in to change notification settings - Fork 26.3k
fix the bug for mkldnn clone #20943
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 the bug for mkldnn clone #20943
Conversation
mrshenli
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.
@XiaobingSuper Thanks! Shall add your repro code in #20895 as a test for the mkldnn clone?
@mrshenli , added test case, thanks! |
facebook-github-bot
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.
@mrshenli has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
mrshenli
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.
Thanks for contributing!
Summary: This PR is to solve the bug for clone a MKLDNN tensor, please see the issue pytorch/pytorch#20895. Pull Request resolved: pytorch/pytorch#20943 Differential Revision: D15511516 Pulled By: mrshenli fbshipit-source-id: 05b41d6c7eaf8703521f4c768b8f26ec8501dc5e
This PR is to solve the bug for clone a MKLDNN tensor, please see the issue #20895.