Add support for native asymmetric quantization to AQTv2.
Open
- Dominant language
- Python
- Stars
- 361
- Forks
- 33
- Avg merge
- 18h 9m
- Merged PRs (30d)
- 4
Description
AQTv2 supports biases and will soon support asymmetric quantization, but only via fake quantization. Supporting native integer asymmetric quantization requires calculating the cross terms in `DotGeneralQuantizer` (AQTv2's `conv` and `dot_general` operation quantizer).
Contributor guide
Assessment
This issue has not been assessed yet.