[Mlir-commits] [mlir] Fix sub-channel quantized type documentation (PR #133765)
Sandeep Dasgupta
llvmlistbot at llvm.org
Mon Mar 31 10:56:03 PDT 2025
https://github.com/sdasgup3 created https://github.com/llvm/llvm-project/pull/133765
fixes the issue reported in https://github.com/llvm/llvm-project/pull/120172#issuecomment-2748367578
>From b0dac4d43d84a31ac8a07af1ff1af451c2b8c15f Mon Sep 17 00:00:00 2001
From: Sandeep Dasgupta <sdasgup at google.com>
Date: Mon, 31 Mar 2025 17:53:15 +0000
Subject: [PATCH] Fix sub-channel quantized type documentation
---
mlir/include/mlir/Dialect/Quant/IR/QuantBase.td | 1 +
1 file changed, 1 insertion(+)
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