[Mlir-commits] [mlir] eefefb5 - Fix sub-channel quantized type documentation (#133765)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Mar 31 13:45:57 PDT 2025
Author: Sandeep Dasgupta
Date: 2025-03-31T16:45:54-04:00
New Revision: eefefb5da798a5e51b864235007e89043fcea16a
URL: https://github.com/llvm/llvm-project/commit/eefefb5da798a5e51b864235007e89043fcea16a
DIFF: https://github.com/llvm/llvm-project/commit/eefefb5da798a5e51b864235007e89043fcea16a.diff
LOG: Fix sub-channel quantized type documentation (#133765)
fixes the issue reported in
https://github.com/llvm/llvm-project/pull/120172#issuecomment-2748367578
Added:
Modified:
mlir/include/mlir/Dialect/Quant/IR/QuantBase.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/Quant/IR/QuantBase.td b/mlir/include/mlir/Dialect/Quant/IR/QuantBase.td
index 0d97889960019..23bf5cf15e256 100644
--- a/mlir/include/mlir/Dialect/Quant/IR/QuantBase.td
+++ b/mlir/include/mlir/Dialect/Quant/IR/QuantBase.td
@@ -279,6 +279,7 @@ def Quant_Dialect : Dialect {
// Correct. The quantized type now includes 3 scale values, matching the
// size of dimension 1 of the result tensor.
%result = quant.qcast %input : tensor<?x3xf32> to tensor<?x3x!quant.uniform<i8:f32:1, {2.0, 3.0, 4.0}>>
+ ```
## Sub-channel quantization integrity
More information about the Mlir-commits
mailing list