-
Notifications
You must be signed in to change notification settings - Fork 537
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
Add support for int32_t
indices in TBE training (2/N)
#3326
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D65464554 |
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This pull request was exported from Phabricator. Differential Revision: D65464554 |
Summary: X-link: facebookresearch/FBGEMM#420 - Add `index_t` support to TBE training backward kernels Reviewed By: basilwong Differential Revision: D65464554
This pull request was exported from Phabricator. Differential Revision: D65464554 |
Summary: X-link: facebookresearch/FBGEMM#420 - Add `index_t` support to TBE training backward kernels Reviewed By: basilwong Differential Revision: D65464554
This pull request was exported from Phabricator. Differential Revision: D65464554 |
19c9427
to
f13c09f
Compare
Summary: X-link: facebookresearch/FBGEMM#420 - Add `index_t` support to TBE training backward kernels Reviewed By: basilwong Differential Revision: D65464554
This pull request was exported from Phabricator. Differential Revision: D65464554 |
Summary: X-link: facebookresearch/FBGEMM#420 - Add `index_t` support to TBE training backward kernels Reviewed By: basilwong Differential Revision: D65464554
f13c09f
to
3d5eee1
Compare
This pull request was exported from Phabricator. Differential Revision: D65464554 |
Summary: X-link: facebookresearch/FBGEMM#420 - Add `index_t` support to TBE training backward kernels Reviewed By: basilwong Differential Revision: D65464554
3d5eee1
to
6012a34
Compare
Summary: X-link: facebookresearch/FBGEMM#420 - Add `index_t` support to TBE training backward kernels Reviewed By: basilwong Differential Revision: D65464554
6012a34
to
c007dbd
Compare
This pull request was exported from Phabricator. Differential Revision: D65464554 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D65464554 |
Summary: X-link: facebookresearch/FBGEMM#420 - Add `index_t` support to TBE training backward kernels Reviewed By: basilwong Differential Revision: D65464554
c007dbd
to
193ff6e
Compare
This pull request was exported from Phabricator. Differential Revision: D65464554 |
193ff6e
to
e72093e
Compare
Summary: X-link: facebookresearch/FBGEMM#420 - Add `index_t` support to TBE training backward kernels Reviewed By: basilwong Differential Revision: D65464554
This pull request was exported from Phabricator. Differential Revision: D65464554 |
Summary: X-link: facebookresearch/FBGEMM#420 - Add `index_t` support to TBE training backward kernels Reviewed By: basilwong Differential Revision: D65464554
e72093e
to
dd61a7d
Compare
This pull request was exported from Phabricator. Differential Revision: D65464554 |
Summary: X-link: facebookresearch/FBGEMM#420 - Add `index_t` support to TBE training backward kernels Reviewed By: basilwong Differential Revision: D65464554
dd61a7d
to
ba352e7
Compare
This pull request was exported from Phabricator. Differential Revision: D65464554 |
1a85f82
to
c07b447
Compare
Hi @q10! 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 the CLA is no longer valid, and will need to be resubmitted. ProcessIn order for us to review and merge your suggested changes, 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. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Summary: - Add
index_t
support to TBE training backward kernelsDifferential Revision: D65464554