[Mlir-commits] [mlir] Quantile Type and Low FP Support (PR #190321)
Renato Golin
llvmlistbot at llvm.org
Wed May 27 06:04:40 PDT 2026
================
@@ -422,6 +422,86 @@ struct CalibratedQuantizedTypeStorage : public QuantizedTypeStorage {
double max;
};
+struct QuantileTypeStorage : public mlir::TypeStorage {
----------------
rengolin wrote:
Why move this to `include`? It seems all users are still inside the same `lib` directory.
https://github.com/llvm/llvm-project/pull/190321
More information about the Mlir-commits
mailing list