forked from pytorch/FBGEMM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Partially back out "[fbgemm_gpu] Add support for int64_t indices and …
…offsets in TBE inference [7C/N]" (pytorch#3257) Summary: Pull Request resolved: pytorch#3257 X-link: facebookresearch/FBGEMM#358 Original commit changeset: 270834722e8b Original Phabricator Diff: D63778645 The original diff D63778645 contained two features: (a) extending the remap index kernels from supporting int32-only to supporting both int32 and int64 (b) update the frontend code to construct int64 remap index arrays Some downstream code has picked up D63778645 and have generated models with int64 remapping indices, which fail 3 downstream unit tests. Since (b) is the problematic feature that is breaking downstream, only (b) has been reverted in this diff, as (a) is now needed for those unit tests to pass. Reviewed By: jianyuh Differential Revision: D64618221 fbshipit-source-id: 6c4838dbfaf301f1204d469d7f4bf7cfe4926b2e
- Loading branch information
1 parent
4ba523c
commit f728c94
Showing
3 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters