[Mlir-commits] [mlir] Sub-channel quantized type implementation (PR #120172)
Sandeep Dasgupta
llvmlistbot at llvm.org
Fri Mar 21 10:58:52 PDT 2025
================
@@ -81,20 +82,31 @@ def UniformQuantizedPerAxisType: DialectType<(type
}];
}
+def UniformQuantizedSubChannelType
+ : DialectType<(type VarInt:$flags, Type:$storageType, Type:$expressedType,
----------------
sdasgup3 wrote:
rresolved in https://github.com/llvm/llvm-project/pull/120172#issuecomment-2719699809
https://github.com/llvm/llvm-project/pull/120172
More information about the Mlir-commits
mailing list