[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
================
@@ -255,7 +255,7 @@ class AnyQuantizedType
/// Per-layer, optional parameters omitted:
/// !quant<uniform[StorageType]{Scale}>
///
-/// 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