File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed
mlir/test/Integration/Dialect/SparseTensor/CPU Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ module {
222
222
bufferization.dealloc_tensor %sparse_filter_CD : tensor <3 x3 xi32 , #CDR >
223
223
bufferization.dealloc_tensor %sparse_filter_CSC : tensor <3 x3 xi32 , #CSC >
224
224
225
+ bufferization.dealloc_tensor %0 : tensor <6 x6 xi32 >
225
226
bufferization.dealloc_tensor %2 : tensor <6 x6 xi32 , #DCSR >
226
227
bufferization.dealloc_tensor %3 : tensor <6 x6 xi32 , #CSR >
227
228
bufferization.dealloc_tensor %4 : tensor <6 x6 xi32 , #CDR >
Original file line number Diff line number Diff line change @@ -273,11 +273,14 @@ module {
273
273
bufferization.dealloc_tensor %sparse_input_CSC : tensor <8 x8 xi32 , #CSC >
274
274
bufferization.dealloc_tensor %sparse_input_CD : tensor <8 x8 xi32 , #CDR >
275
275
276
+ bufferization.dealloc_tensor %0 : tensor <6 x6 xi32 >
276
277
bufferization.dealloc_tensor %1 : tensor <6 x6 xi32 , #DCSR >
277
278
bufferization.dealloc_tensor %2 : tensor <6 x6 xi32 , #DCSR >
278
279
bufferization.dealloc_tensor %3 : tensor <6 x6 xi32 , #CSR >
279
280
bufferization.dealloc_tensor %4 : tensor <6 x6 xi32 , #CDR >
280
281
bufferization.dealloc_tensor %5 : tensor <6 x6 xi32 , #CSC >
282
+ bufferization.dealloc_tensor %6 : tensor <6 x6 xi32 >
283
+
281
284
return
282
285
}
283
286
}
Original file line number Diff line number Diff line change @@ -233,6 +233,19 @@ module {
233
233
// bufferization.dealloc_tensor %s2pp4 : tensor<2x?x?xf64, #Tensor4>
234
234
// bufferization.dealloc_tensor %s2pp5 : tensor<2x?x?xf64, #Tensor5>
235
235
// bufferization.dealloc_tensor %s2pp6 : tensor<2x?x?xf64, #Tensor6>
236
+
237
+ bufferization.dealloc_tensor %d2341 : tensor <2 x3 x4 xf64 >
238
+ bufferization.dealloc_tensor %d2342 : tensor <2 x3 x4 xf64 >
239
+ bufferization.dealloc_tensor %d2343 : tensor <2 x3 x4 xf64 >
240
+ bufferization.dealloc_tensor %d2344 : tensor <2 x3 x4 xf64 >
241
+ bufferization.dealloc_tensor %d2345 : tensor <2 x3 x4 xf64 >
242
+ bufferization.dealloc_tensor %d2346 : tensor <2 x3 x4 xf64 >
243
+ bufferization.dealloc_tensor %dp344 : tensor <?x3 x4 xf64 >
244
+ bufferization.dealloc_tensor %d2p45 : tensor <2 x?x4 xf64 >
245
+ bufferization.dealloc_tensor %d23p6 : tensor <2 x3 x?xf64 >
246
+ bufferization.dealloc_tensor %dp3p4 : tensor <?x3 x?xf64 >
247
+ bufferization.dealloc_tensor %dpp45 : tensor <?x?x4 xf64 >
248
+
236
249
return
237
250
}
238
251
}
Original file line number Diff line number Diff line change @@ -114,12 +114,14 @@ module {
114
114
call @dump (%d31 ) : (tensor <2 x3 x4 xf64 >) -> ()
115
115
116
116
//
117
- // Release sparse tensors.
117
+ // Release tensors.
118
118
//
119
119
bufferization.dealloc_tensor %t13 : tensor <2 x3 x4 xf64 , #Tensor3 >
120
120
bufferization.dealloc_tensor %t31 : tensor <2 x3 x4 xf64 , #Tensor1 >
121
121
bufferization.dealloc_tensor %s1 : tensor <2 x3 x4 xf64 , #Tensor1 >
122
122
bufferization.dealloc_tensor %s3 : tensor <2 x3 x4 xf64 , #Tensor3 >
123
+ bufferization.dealloc_tensor %d13 : tensor <2 x3 x4 xf64 >
124
+ bufferization.dealloc_tensor %d31 : tensor <2 x3 x4 xf64 >
123
125
124
126
return
125
127
}
@@ -167,12 +169,14 @@ module {
167
169
call @dump (%d31 ) : (tensor <2 x3 x4 xf64 >) -> ()
168
170
169
171
//
170
- // Release sparse tensors.
172
+ // Release tensors.
171
173
//
172
174
bufferization.dealloc_tensor %t13 : tensor <2 x3 x4 xf64 , #SingletonTensor3 >
173
175
bufferization.dealloc_tensor %t31 : tensor <2 x3 x4 xf64 , #SingletonTensor1 >
174
176
bufferization.dealloc_tensor %s1 : tensor <2 x3 x4 xf64 , #SingletonTensor1 >
175
177
bufferization.dealloc_tensor %s3 : tensor <2 x3 x4 xf64 , #SingletonTensor3 >
178
+ bufferization.dealloc_tensor %d13 : tensor <2 x3 x4 xf64 >
179
+ bufferization.dealloc_tensor %d31 : tensor <2 x3 x4 xf64 >
176
180
177
181
return
178
182
}
You can’t perform that action at this time.
0 commit comments