-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for
int32_t
indices in TBE training (2K/N) (#3583)
Summary: X-link: facebookresearch/FBGEMM#668 Pull Request resolved: #3583 - Update TBE benchmark test to support `int32_t` indicies - Currently only supports dual int32_t indices/offsets or int64_t indices/offsets, no mixed. Depending on future feedback, we might enable mixed mode, similar to the prototype work done in D63857531. Reviewed By: basilwong Differential Revision: D68296454 fbshipit-source-id: 6bf65f8228d2761e21a8a334c6850244ad376384
- Loading branch information
1 parent
5754ce7
commit 5f3adca
Showing
2 changed files
with
18 additions
and
7 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