[Mlir-commits] [mlir] Quantile Type and Low FP Support (PR #190321)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Apr 21 07:22:15 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";
----------------
vsimion26 wrote:
Thank you for bringing this up and thank you for your review! I will add now the test cases you mentioned above and also a semantic contract for LUT values
https://github.com/llvm/llvm-project/pull/190321
More information about the Mlir-commits
mailing list