Skip to content

Commit 2fc0316

Browse files
committed
update function name
Signed-off-by: hanhanW <[email protected]>
1 parent 2548809 commit 2fc0316

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
@@ -109,7 +109,7 @@ func.func @nofold_pad_pack_artificial_padding(%src: tensor<16641x16xf32>) -> ten
109109

110110
// -----
111111

112-
func.func @nofold_pad_pack(%src: tensor<16649x16xf32>) -> tensor<2082x1x8x32xf32> {
112+
func.func @nofold_pad_pack_with_nofold_attribute(%src: tensor<16649x16xf32>) -> tensor<2082x1x8x32xf32> {
113113
%c0 = arith.constant 0 : index
114114
%cst = arith.constant 0.000000e+00 : f32
115115
%padded = tensor.pad %src nofold low[0, 0] high[7, 0] {
@@ -121,7 +121,7 @@ func.func @nofold_pad_pack(%src: tensor<16649x16xf32>) -> tensor<2082x1x8x32xf32
121121
: tensor<16656x16xf32> -> tensor<2082x1x8x32xf32>
122122
return %pack : tensor<2082x1x8x32xf32>
123123
}
124-
// CHECK-LABEL: func.func @nofold_pad_pack(
124+
// CHECK-LABEL: func.func @nofold_pad_pack_with_nofold_attribute(
125125
// CHECK: tensor.pad
126126
// CHECK: linalg.pack
127127

0 commit comments

Comments
 (0)