[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:11:44 PDT 2025


https://github.com/Jerry-Ge created https://github.com/llvm/llvm-project/pull/134883

Minor format fix. 

>From 6f968ee3da1ef288052dcbd60631dba1be99f4f8 Mon Sep 17 00:00:00 2001
From: Jerry Ge <jerry.ge at arm.com>
Date: Tue, 8 Apr 2025 10:09:53 -0700
Subject: [PATCH] [mlir][tosa] Add missing divider in tosa-infer-shapes.mlir

Signed-off-by: Jerry Ge <jerry.ge at arm.com>
Change-Id: I638ecf71124de2f988c54b84f75877eb9a43eef6
---
 mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir | 2 ++
 1 file changed, 2 insertions(+)

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