[Mlir-commits] [mlir] [mlir][tosa] Add support for block scaled types in matmul_t (PR #207851)

Ian Tayler Lessa llvmlistbot at llvm.org
Fri Jul 10 02:18:50 PDT 2026


================
@@ -286,6 +286,15 @@ func.func @test_matmul_t_fp8_mixed(%arg0: tensor<2x14x19xf8E4M3FN>, %arg1: tenso
   return %0 : tensor<2x14x28xf16>
 }
 
+// -----
+// CHECK-LABEL: test_matmul_t_block_scaled
+func.func @test_matmul_t_block_scaled(%arg0: tensor<2x14x32x!tosa.block_scaled<BLOCK_SHAPE_32:f8E8M0FNU:f6E2M3FN>>, %arg1: tensor<2x28x32x!tosa.block_scaled<BLOCK_SHAPE_32:f8E8M0FNU:f6E2M3FN>>) -> tensor<2x14x28xf32> {
----------------
IanTaylerLessa-arm wrote:

Maybe we should call it `test_matmul_t_with_block_scaled_inputs` to differentiate from `matmul_t_block_scaled`.

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


More information about the Mlir-commits mailing list