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.
int8 table batched embedding bag on cpu (pytorch#603)
Summary: Pull Request resolved: pytorch#603 GPU table batched embedding bag already supports int8 and this diff matches CPU to support it as well. This requires moving a few quantization ops to fbgemm_gpu Reviewed By: jianyuh Differential Revision: D28141945 fbshipit-source-id: 15bad9ebdc3b4bf762d0f543fa9823c8255bdf6c
- Loading branch information
1 parent
bcba0cf
commit dc66331
Showing
3 changed files
with
54 additions
and
47 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