-
Notifications
You must be signed in to change notification settings - Fork 508
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
- Support for CPU/GPU compilation #2040
Conversation
✅ Deploy Preview for pytorch-fbgemm-docs canceled.
|
This pull request was exported from Phabricator. Differential Revision: D49615498 |
Summary: Backwards was not working for CPU. Moving the Autograd registration to CPU fixes the issue. On CPU only compilation since the GPU code was not built there was no autograd registration. Also re-activated the test on github. Differential Revision: D49615498
71a5e86
to
6eb30f5
Compare
This pull request was exported from Phabricator. Differential Revision: D49615498 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D49615498 |
Summary: Backwards was not working for CPU. Moving the Autograd registration to CPU fixes the issue. On CPU only compilation since the GPU code was not built there was no autograd registration. Also re-activated the test on github. Reviewed By: spcyppt Differential Revision: D49615498
6eb30f5
to
35e3fdf
Compare
This pull request was exported from Phabricator. Differential Revision: D49615498 |
Summary: Backwards was not working for CPU. Moving the Autograd registration to CPU fixes the issue. On CPU only compilation since the GPU code was not built there was no autograd registration. Also re-activated the test on github. Reviewed By: spcyppt Differential Revision: D49615498
35e3fdf
to
439292a
Compare
This pull request was exported from Phabricator. Differential Revision: D49615498 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D49615498 |
Summary: Backwards was not working for CPU. Moving the Autograd registration to CPU fixes the issue. On CPU only compilation since the GPU code was not built there was no autograd registration. Also re-activated the test on github. Reviewed By: spcyppt Differential Revision: D49615498
439292a
to
59cc595
Compare
This pull request was exported from Phabricator. Differential Revision: D49615498 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D49615498 |
This pull request has been merged in 9b681e5. |
Summary:
Backwards was not working for CPU.
Moving the Autograd registration to CPU fixes the issue. On CPU only compilation since the GPU code was not built there was no autograd registration.
Also re-activated the test on github.
Differential Revision: D49615498