[Mlir-commits] [mlir] [mlir][tosa] Add missing divider in tosa-infer-shapes.mlir (PR #134883)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Apr 8 10:12:15 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Jerry-Ge (Jerry-Ge)
<details>
<summary>Changes</summary>
Minor format fix.
---
Full diff: https://github.com/llvm/llvm-project/pull/134883.diff
1 Files Affected:
- (modified) mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir (+2)
``````````diff
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>
``````````
</details>
https://github.com/llvm/llvm-project/pull/134883
More information about the Mlir-commits
mailing list