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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Apr 8 02:52:37 PDT 2026


================
@@ -398,7 +398,7 @@ class UniformQuantizedPerAxisType
 ///   ScaleZeroList  ::= ScaleZero (',' ScaleZero)*
 ///   ScaleZero ::= Scale (':' ZeroPoint)?
 ///
-///   StorageType: 'i'|'u' NumBits
+///   StorageType: 'i'|'u' NumBits, 'f4', 'hf8', 'bf8', 'quantile'
----------------
Roman-Pevnyi wrote:

'f8E5M2', 'f8E4M3FN, 'f4E2M1FN, 'quantile'

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


More information about the Mlir-commits mailing list