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

Md Asghar Ahmad Shahid llvmlistbot at llvm.org
Fri Apr 17 07:34:05 PDT 2026


================
@@ -1109,6 +1109,94 @@ def Builtin_Opaque : Builtin_Type<"Opaque", "opaque"> {
   let genVerifyDecl = 1;
 }
 
+//===----------------------------------------------------------------------===//
+// QuantileType
+//===----------------------------------------------------------------------===//
+
+def Builtin_Quantile : Builtin_Type<"Quantile", "quantile",
+    [QuantStorageTypeInterface, MemRefElementTypeInterface]> {
+  let summary = "Quantile-based type with a lookup table of quantile values";
----------------
shahidact wrote:

Is there any semantic contract on LUT values, eg. if NANs, INFINITY allowed?

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


More information about the Mlir-commits mailing list