[Mlir-commits] [mlir] Quantile Type and Low FP Support (PR #190321)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed May 27 06:48:35 PDT 2026


================
@@ -422,6 +422,86 @@ struct CalibratedQuantizedTypeStorage : public QuantizedTypeStorage {
   double max;
 };
 
+struct QuantileTypeStorage : public mlir::TypeStorage {
----------------
vsimion26 wrote:

This is true, I had some issues  while trying to build the project. Including the header in this file(mlir/include/mlir/Dialect/Quant/IR/QuantTypes.h) resulted in an error. Moving the header here, in mlir/include,  solved the issue. Apparently the header is not visible from mlir/lib 

https://github.com/llvm/llvm-project/pull/190321


More information about the Mlir-commits mailing list