File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
mlir/test/Integration/Dialect/SparseTensor/CPU Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -285,8 +285,7 @@ module {
285
285
%has_runtime = sparse_tensor.has_runtime_library
286
286
scf.if %has_runtime {
287
287
// sparse_tensor.assemble copies buffers when running with the runtime
288
- // library. Deallocations are needed not needed when running in codgen
289
- // mode.
288
+ // library. Deallocations are not needed when running in codegen mode.
290
289
bufferization.dealloc_tensor %s4 : tensor <10 x10 xf64 , #SortedCOO >
291
290
bufferization.dealloc_tensor %s5 : tensor <10 x10 xf64 , #SortedCOOI32 >
292
291
bufferization.dealloc_tensor %csr : tensor <2 x2 xf64 , #CSR >
Original file line number Diff line number Diff line change @@ -146,8 +146,7 @@ module {
146
146
%has_runtime = sparse_tensor.has_runtime_library
147
147
scf.if %has_runtime {
148
148
// sparse_tensor.assemble copies buffers when running with the runtime
149
- // library. Deallocations are needed not needed when running in codgen
150
- // mode.
149
+ // library. Deallocations are not needed when running in codegen mode.
151
150
bufferization.dealloc_tensor %s0 : tensor <4 x3 x2 xf32 , #CCC >
152
151
bufferization.dealloc_tensor %s1 : tensor <4 x3 x2 xf32 , #BatchedCSR >
153
152
bufferization.dealloc_tensor %s2 : tensor <4 x3 x2 xf32 , #CSRDense >
You can’t perform that action at this time.
0 commit comments