[Mlir-commits] [mlir] [mlir][tosa] Add TOSA RESHAPE_BLOCK_SCALED support (PR #191149)
Luke Hutton
llvmlistbot at llvm.org
Fri Apr 10 01:47:25 PDT 2026
================
@@ -484,19 +484,19 @@ def Tosa_RoundingModeAttr
: Tosa_I32EnumAttr<"RoundingMode", "Supported rounding modes", "rounding_mode",
[Tosa_ROUNDING_SINGLE_ROUND, Tosa_ROUNDING_INEXACT_ROUND, Tosa_ROUNDING_DOUBLE_ROUND]>;
+def Tosa_BLOCK_SIZE_1 : I32EnumAttrCase<"BLOCK_SIZE_1", 1>;
----------------
lhutton1 wrote:
Apologies for missing this previously - With the introduction of `BLOCK_SIZE_1`, we should also update the other "_block_scaled" verifiers to make sure it isn't selected
https://github.com/llvm/llvm-project/pull/191149
More information about the Mlir-commits
mailing list