-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Uintx out of prototype for future extension
Summary: Thanks @vayuda for adding the initial version of Uintx tensor subclass we can now integrate this with `torch.uint1` to `torch.uint7` dtypes with some helpers to unblock the benefit of bitpacking (model size saving) to people first, and then we can gradually optimize the performance. Also executorch is planning to integrate their low bit kernels with us, more native experience with these lower bit types will be required / useful there as well Test Plan: python test/dtypes/test_uintx.py Reviewers: Subscribers: Tasks: Tags:
- Loading branch information
1 parent
1cfe69e
commit a898df9
Showing
7 changed files
with
142 additions
and
148 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
Empty file.
Oops, something went wrong.