-
Notifications
You must be signed in to change notification settings - Fork 500
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 [5/N] #3129
Conversation
✅ 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: D62472965 |
This pull request was exported from Phabricator. Differential Revision: D62472965 |
…ytorch#3129) Summary: Pull Request resolved: pytorch#3129 X-link: facebookresearch/FBGEMM#216 - Convert `pruned_hashmap_lookup_cpu` to use `index_t` Differential Revision: D62472965
dfa82f6
to
e17fa03
Compare
This pull request was exported from Phabricator. Differential Revision: D62472965 |
…ytorch#3129) Summary: Pull Request resolved: pytorch#3129 X-link: facebookresearch/FBGEMM#216 - Convert `pruned_hashmap_lookup_cpu` to use `index_t` Differential Revision: D62472965
e17fa03
to
346eff7
Compare
This pull request was exported from Phabricator. Differential Revision: D62472965 |
…ytorch#3129) Summary: Pull Request resolved: pytorch#3129 X-link: facebookresearch/FBGEMM#216 - Convert `pruned_hashmap_lookup_cpu` to use `index_t` Differential Revision: D62472965
346eff7
to
b6ffa02
Compare
This pull request was exported from Phabricator. Differential Revision: D62472965 |
…ytorch#3129) Summary: Pull Request resolved: pytorch#3129 X-link: facebookresearch/FBGEMM#216 - Convert `pruned_hashmap_lookup_cpu` to use `index_t` Differential Revision: D62472965
b6ffa02
to
0dca1c5
Compare
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
Summary: - Convert `pruned_array_lookup_cpu` to use `index_t` Differential Revision: D62470736
This pull request was exported from Phabricator. Differential Revision: D62472965 |
…ytorch#3129) Summary: Pull Request resolved: pytorch#3129 X-link: facebookresearch/FBGEMM#216 - Convert `pruned_hashmap_lookup_cpu` to use `index_t` Differential Revision: D62472965
0dca1c5
to
a51c602
Compare
This pull request was exported from Phabricator. Differential Revision: D62472965 |
…ytorch#3129) Summary: Pull Request resolved: pytorch#3129 X-link: facebookresearch/FBGEMM#216 - Convert `pruned_hashmap_lookup_cpu` to use `index_t` Differential Revision: D62472965
a51c602
to
564c8bc
Compare
…ytorch#3129) Summary: Pull Request resolved: pytorch#3129 X-link: facebookresearch/FBGEMM#216 - Convert `pruned_hashmap_lookup_cpu` to use `index_t` Differential Revision: D62472965
This pull request was exported from Phabricator. Differential Revision: D62472965 |
564c8bc
to
0711ec4
Compare
This pull request has been merged in 6f1e7b6. |
Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/216
pruned_hashmap_lookup_cpu
to useindex_t
Differential Revision: D62472965