[Mlir-commits] [mlir] [mlir][tosa] Enhance TosaInferShapes pass for simple shape inference (PR #178418)
Sayan Saha
llvmlistbot at llvm.org
Wed Jan 28 09:05:55 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> {
----------------
sahas3 wrote:
Are all these tests intentionally removed?
https://github.com/llvm/llvm-project/pull/178418
More information about the Mlir-commits
mailing list