-
Notifications
You must be signed in to change notification settings - Fork 501
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 #3319
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D62794566 |
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Summary: - Update template instantiations of v2 and nobag kernels to address undefined symbols error - Fix `hash_size_cumsum` in `transpose_embedding_input` to accept `int64_t` only Differential Revision: D62794566
This pull request was exported from Phabricator. Differential Revision: D62794566 |
Summary: X-link: facebookresearch/FBGEMM#414 - Update template instantiations of v2 and nobag kernels to address undefined symbols error - Fix `hash_size_cumsum` in `transpose_embedding_input` to accept `int64_t` only Differential Revision: D62794566
This pull request was exported from Phabricator. Differential Revision: D62794566 |
Summary: X-link: facebookresearch/FBGEMM#412 INT32 support Differential Revision: D62395317
Summary: X-link: facebookresearch/FBGEMM#414 - Update template instantiations of v2 and nobag kernels to address undefined symbols error - Fix `hash_size_cumsum` in `transpose_embedding_input` to accept `int64_t` only Differential Revision: D62794566
16a237a
to
3bf2ee8
Compare
This pull request was exported from Phabricator. Differential Revision: D62794566 |
Summary:
Update template instantiations of v2 and nobag kernels to address undefined symbols error
Fix
hash_size_cumsum
intranspose_embedding_input
to acceptint64_t
onlyDifferential Revision: D62794566