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 @@ -91,7 +91,7 @@ func.func @pad_pack(%src: tensor<16649x16xf32>) -> tensor<2082x1x8x32xf32> {
91
91
92
92
// -----
93
93
94
- func.func @nofold_pad_pack_extra_padding (%src: tensor <16641 x16 xf32 >) -> tensor <2082 x1 x8 x32 xf32 > {
94
+ func.func @nofold_pad_pack_artificial_padding (%src: tensor <16641 x16 xf32 >) -> tensor <2082 x1 x8 x32 xf32 > {
95
95
%c0 = arith.constant 0 : index
96
96
%cst = arith.constant 0.000000e+00 : f32
97
97
%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
103
103
: tensor <16656 x16 xf32 > -> tensor <2082 x1 x8 x32 xf32 >
104
104
return %pack : tensor <2082 x1 x8 x32 xf32 >
105
105
}
106
- // CHECK-LABLE: func.func @nofold_pad_pack_extra_padding (
106
+ // CHECK-LABLE: func.func @nofold_pad_pack_artificial_padding (
107
107
// CHECK: tensor.pad
108
108
// CHECK: linalg.pack
109
109
You can’t perform that action at this time.
0 commit comments