File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 <16649 x16 xf32 >) -> tensor <2082 x1 x8 x32 xf32 > {
112+ func.func @nofold_pad_pack_with_nofold_attribute (%src: tensor <16649 x16 xf32 >) -> tensor <2082 x1 x8 x32 xf32 > {
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 <16656 x16 xf32 > -> tensor <2082 x1 x8 x32 xf32 >
122122 return %pack : tensor <2082 x1 x8 x32 xf32 >
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
You can’t perform that action at this time.
0 commit comments