-
Notifications
You must be signed in to change notification settings - Fork 26.3k
add mkldnn relu backward and reshape backward #37199
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
[ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 1073bbd (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group. This comment has been revised 73 times. |
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
Differential Revision: [D22440967](https://our.internmc.facebook.com/intern/diff/D22440967) [ghstack-poisoned]
Differential Revision: [D22440967](https://our.internmc.facebook.com/intern/diff/D22440967) [ghstack-poisoned]
| x1 = x.clone().requires_grad_() | ||
| x2 = x.clone().to_mkldnn().requires_grad_() | ||
| in_features = 20 | ||
| out_features = out_features = torch.randint(3, 100, (1,)).item() |
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.
???
ghstack-source-id: e50b821 Pull Request resolved: pytorch#37199
|
Hi @XiaobingSuper! Thank you for your pull request. We require contributors to sign our Contributor License Agreement, and yours needs attention. You currently have a record in our system, but we do not have a signature on file. In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
|
@XiaobingSuper can you please rebase entire stack on top of master |
Yes, but the base to old, some PR need rewrite and do some test, I will create new PRs for BF16 inference and then for training case. Thanks. |
Stack from ghstack:
Differential Revision: D22440967