-
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 [7B/N] #3189
base: main
Are you sure you want to change the base?
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: D63567553 |
…ytorch#3189) Summary: Pull Request resolved: pytorch#3189 - Fix `index_remapping` in `pruned_array_lookup` to be `int64_t` always, since it is set up before we are provided `indices` and `offsets` Differential Revision: D63567553
acf1e74
to
77d046d
Compare
This pull request was exported from Phabricator. Differential Revision: D63567553 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D63567553 |
77d046d
to
6a49eac
Compare
…ytorch#3189) Summary: X-link: facebookresearch/FBGEMM#284 Pull Request resolved: pytorch#3189 - Fix `index_remapping` in `pruned_array_lookup` to be `int64_t` always, since it is set up before we are provided `indices` and `offsets` Differential Revision: D63567553
This pull request was exported from Phabricator. Differential Revision: D63567553 |
6a49eac
to
3e49de8
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
Summary: - Convert `pruned_hashmap_lookup_cpu` to use `index_t` Differential Revision: D62472965
Summary: - Convert `PrunedMapCPU::lookup` to use `index_t` Differential Revision: D62602764
This pull request was exported from Phabricator. Differential Revision: D63567553 |
…ytorch#3189) Summary: X-link: facebookresearch/FBGEMM#284 Pull Request resolved: pytorch#3189 - Fix `index_remapping` in `pruned_array_lookup` to be `int64_t` always, since it is set up before we are provided `indices` and `offsets` Differential Revision: D63567553
…ytorch#3189) Summary: X-link: facebookresearch/FBGEMM#284 Pull Request resolved: pytorch#3189 - Fix `index_remapping` in `pruned_array_lookup` to be `int64_t` always, since it is set up before we are provided `indices` and `offsets` Differential Revision: D63567553
This pull request was exported from Phabricator. Differential Revision: D63567553 |
Summary: - Fix
index_remapping
inpruned_array_lookup
to beint64_t
always, since it is set up before we are providedindices
andoffsets
Differential Revision: D63567553