[Mlir-commits] [mlir] [mlir][tosa] Enhance TosaInferShapes pass for simple shape inference (PR #178418)

Luke Hutton llvmlistbot at llvm.org
Thu Jan 29 08:04:09 PST 2026


================
@@ -1676,79 +1703,20 @@ func.func @test_cast_to_block_scaled_dynamic_scales(%arg0: tensor<4x?xf32>) -> (
 
 // -----
 
-// CHECK-LABEL: test_conv2d_block_scaled_static
-func.func @test_conv2d_block_scaled_static(%arg0: tensor<1x4x4x64xf4E2M1FN>, %arg1: tensor<1x4x4x2xf8E8M0FNU>, %arg2: tensor<8x1x1x64xf4E2M1FN>, %arg3: tensor<8x1x1x2xf8E8M0FNU>, %arg4: tensor<1xf32>, %arg5: tensor<4xi32>, %arg6: tensor<2xi32>, %arg7: tensor<2xi32>) -> tensor<*xf32> {
----------------
lhutton1 wrote:

Argh, no it's not intentional. Likely a rebase issue.

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


More information about the Mlir-commits mailing list