-
Notifications
You must be signed in to change notification settings - Fork 529
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 (2K/N)
#3583
Conversation
This pull request was exported from Phabricator. Differential Revision: D68296454 |
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Summary: - Update TBE benchmark test to support `int32_t` indicies Differential Revision: D68296454
This pull request was exported from Phabricator. Differential Revision: D68296454 |
Summary: X-link: facebookresearch/FBGEMM#668 - Update TBE benchmark test to support `int32_t` indicies Reviewed By: basilwong Differential Revision: D68296454
This pull request was exported from Phabricator. Differential Revision: D68296454 |
Summary: X-link: facebookresearch/FBGEMM#668 - Update TBE benchmark test to support `int32_t` indicies Reviewed By: basilwong Differential Revision: D68296454
This pull request was exported from Phabricator. Differential Revision: D68296454 |
Summary: X-link: facebookresearch/FBGEMM#668 - Update TBE benchmark test to support `int32_t` indicies Reviewed By: basilwong Differential Revision: D68296454
This pull request was exported from Phabricator. Differential Revision: D68296454 |
Summary: X-link: facebookresearch/FBGEMM#668 Pull Request resolved: pytorch#3583 - Update TBE benchmark test to support `int32_t` indicies Reviewed By: basilwong Differential Revision: D68296454
This pull request was exported from Phabricator. Differential Revision: D68296454 |
Summary: X-link: facebookresearch/FBGEMM#668 - Update TBE benchmark test to support `int32_t` indicies Reviewed By: basilwong Differential Revision: D68296454
This pull request was exported from Phabricator. Differential Revision: D68296454 |
Summary: X-link: facebookresearch/FBGEMM#668 - Update TBE benchmark test to support `int32_t` indicies - Currently only supports dual int32_t indices/offsets or int64_t indices/offsets, no mixed. Depending on future feedback, we might enable mixed mode, similar to the prototype work done in D63857531. Reviewed By: basilwong Differential Revision: D68296454
This pull request was exported from Phabricator. Differential Revision: D68296454 |
This pull request has been merged in 5f3adca. |
Summary: - Update TBE benchmark test to support
int32_t
indiciesDifferential Revision: D68296454