Skip to content

Commit 6c7fd89

Browse files
committed
update test name
Signed-off-by: hanhanW <[email protected]>
1 parent cf2adb6 commit 6c7fd89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/test/Dialect/Tensor/fold-into-pack-and-unpack.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func.func @pad_pack(%src: tensor<16649x16xf32>) -> tensor<2082x1x8x32xf32> {
9191

9292
// -----
9393

94-
func.func @nofold_pad_pack_extra_padding(%src: tensor<16641x16xf32>) -> tensor<2082x1x8x32xf32> {
94+
func.func @nofold_pad_pack_artificial_padding(%src: tensor<16641x16xf32>) -> tensor<2082x1x8x32xf32> {
9595
%c0 = arith.constant 0 : index
9696
%cst = arith.constant 0.000000e+00 : f32
9797
%padded = tensor.pad %src low[0, 0] high[15, 0] {
@@ -103,7 +103,7 @@ func.func @nofold_pad_pack_extra_padding(%src: tensor<16641x16xf32>) -> tensor<2
103103
: tensor<16656x16xf32> -> tensor<2082x1x8x32xf32>
104104
return %pack : tensor<2082x1x8x32xf32>
105105
}
106-
// CHECK-LABLE: func.func @nofold_pad_pack_extra_padding(
106+
// CHECK-LABLE: func.func @nofold_pad_pack_artificial_padding(
107107
// CHECK: tensor.pad
108108
// CHECK: linalg.pack
109109

0 commit comments

Comments
 (0)