[Mlir-commits] [mlir] [mlir][tosa] Add support for CONV2D_BLOCK_SCALED operator (PR #172294)

Luke Hutton llvmlistbot at llvm.org
Thu Jan 15 10:29:50 PST 2026


================
@@ -1558,3 +1558,23 @@ func.func @test_min_shape() -> !tosa.shape<4> {
   %c = tosa.min_shape %a, %b : (!tosa.shape<4>, !tosa.shape<4>) -> !tosa.shape<4>
   return %c : !tosa.shape<4>
 }
+
+// -----
+// CHECK-LABEL: test_conv2d_block_scaled_static
----------------
lhutton1 wrote:

Yep that's correct. It's also testing the parser/printer

https://github.com/llvm/llvm-project/pull/172294


More information about the Mlir-commits mailing list