-
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 int64_t indices and offsets in TBE inference [4/N] #3128
Conversation
This pull request was exported from Phabricator. Differential Revision: D62470736 |
✅ 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: D62470736 |
de30b80
to
cee6746
Compare
…ytorch#3128) Summary: Pull Request resolved: pytorch#3128 X-link: facebookresearch/FBGEMM#215 - Convert `pruned_array_lookup_cpu` to use `index_t` Reviewed By: jianyuh Differential Revision: D62470736
This pull request was exported from Phabricator. Differential Revision: D62470736 |
…ytorch#3128) Summary: Pull Request resolved: pytorch#3128 X-link: facebookresearch/FBGEMM#215 - Convert `pruned_array_lookup_cpu` to use `index_t` Reviewed By: jianyuh Differential Revision: D62470736
cee6746
to
9c76ae1
Compare
This pull request was exported from Phabricator. Differential Revision: D62470736 |
9c76ae1
to
4e9435b
Compare
…ytorch#3128) Summary: Pull Request resolved: pytorch#3128 X-link: facebookresearch/FBGEMM#215 - Convert `pruned_array_lookup_cpu` to use `index_t` Reviewed By: jianyuh Differential Revision: D62470736
Summary: - Add support for int64_t indices in TBE inference [1/N] Differential Revision: D61813383
Summary: - Add support for int64_t indices in TBE inference [2/N] - Convert `pruned_array_lookup_cuda` to use index_t Differential Revision: D62271409
Summary: - Convert `pruned_hashmap_lookup_cuda` to use index_t Differential Revision: D62277673
This pull request was exported from Phabricator. Differential Revision: D62470736 |
…ytorch#3128) Summary: Pull Request resolved: pytorch#3128 X-link: facebookresearch/FBGEMM#215 - Convert `pruned_array_lookup_cpu` to use `index_t` Reviewed By: jianyuh Differential Revision: D62470736
4e9435b
to
85eb683
Compare
…ytorch#3128) Summary: Pull Request resolved: pytorch#3128 X-link: facebookresearch/FBGEMM#215 - Convert `pruned_array_lookup_cpu` to use `index_t` Reviewed By: jianyuh Differential Revision: D62470736
85eb683
to
5bbf31f
Compare
This pull request was exported from Phabricator. Differential Revision: D62470736 |
…ytorch#3128) Summary: Pull Request resolved: pytorch#3128 X-link: facebookresearch/FBGEMM#215 - Convert `pruned_array_lookup_cpu` to use `index_t` Reviewed By: jianyuh Differential Revision: D62470736
This pull request was exported from Phabricator. Differential Revision: D62470736 |
5bbf31f
to
e224990
Compare
This pull request has been merged in b11adf6. |
Summary: - Convert
pruned_array_lookup_cpu
to useindex_t
Differential Revision: D62470736