Replies: 1 comment
-
Also I haven seen any support for zero_point support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A few months ago, MIOpen asked if we could support quantization in our kernels. To my understanding, they were interested in both uniform and per-channel quantization. We haven't had much followup from them since, so we don't know how much they're interested in this on their end.
MLIR has some support for quantization upstream, both in Tosa and in the
quantization
dialect, that we could take advantage of, and we have good fusion infrastructure.What this is
Why?
Gets us another kernel type that we're in a good position for, and should be applicable to GEMM just fine.
People wanted it
Why not?
Adds a bit of extra complexity to the kernel flow and how we pass problems to and from clients
Do people want it?
Beta Was this translation helpful? Give feedback.
All reactions