[Mlir-commits] [mlir] Extending UniformQuantizedType with interface-based support for new storage types in Quant dialect (PR #152966)
Renato Golin
llvmlistbot at llvm.org
Tue Nov 25 05:26:06 PST 2025
rengolin wrote:
The interface does simplify a lot in the quantization checks and parser, and has no additional effect on the types that implement it (other than additional code), so I'm inclined to accept this PR. However, since this changes the base dialect types, I want to make sure other people look at this, too.
@ftynse @jpienaar @joker-eph
https://github.com/llvm/llvm-project/pull/152966
More information about the Mlir-commits
mailing list