-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a CPU nbit to float dequantization op that supports torch.quintMx…
…N type and QuantizedCPU backend (#2995) Summary: Pull Request resolved: #2995 X-link: facebookresearch/FBGEMM#87 Add a CPU nbit to float dequantization operator `torch.ops.fbgemm.FusedNBitRowwiseQuantizedSBHalfFrontToFloat` to support dequantization of int4 / int2 tensors which are of `torch.quintMxN` dtype and `QuantizedCPU` backend. This is to support D61305982 Differential Revision: D61305979
- Loading branch information
1 parent
7105d5f
commit a63245a
Showing
4 changed files
with
83 additions
and
6 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
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