[Mlir-commits] [mlir] 189baed - [mlir][tosa] Add missing divider in tosa-infer-shapes.mlir (#134883)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Apr 8 13:08:41 PDT 2025
Author: Jerry-Ge
Date: 2025-04-08T21:08:36+01:00
New Revision: 189baedb71b661851530644585b79fd5ff6efecb
URL: https://github.com/llvm/llvm-project/commit/189baedb71b661851530644585b79fd5ff6efecb
DIFF: https://github.com/llvm/llvm-project/commit/189baedb71b661851530644585b79fd5ff6efecb.diff
LOG: [mlir][tosa] Add missing divider in tosa-infer-shapes.mlir (#134883)
Minor format fix.
Signed-off-by: Jerry Ge <jerry.ge at arm.com>
Added:
Modified:
mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
Removed:
################################################################################
diff --git a/mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir b/mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
index 761e489bdeae5..9160f388be053 100644
--- a/mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
+++ b/mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
@@ -999,6 +999,8 @@ func.func @transpose_conv2d_padded(%arg0: tensor<2x9x11x3xf32>, %arg1: tensor<5x
return
}
+// -----
+
// CHECK-LABEL: @transpose_conv2d_strided
func.func @transpose_conv2d_strided(%arg0: tensor<1x5x7x1xf32>, %arg1: tensor<1x1x1x1xf32>, %arg2: tensor<1xf32>, %arg3: tensor<1xf32>, %arg4: tensor<1xf32>) {
// CHECK: -> tensor<1x13x13x1xf32>
More information about the Mlir-commits
mailing list