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 {
285285 %has_runtime = sparse_tensor.has_runtime_library
286286 scf.if %has_runtime {
287287 // 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.
290289 bufferization.dealloc_tensor %s4 : tensor <10 x10 xf64 , #SortedCOO >
291290 bufferization.dealloc_tensor %s5 : tensor <10 x10 xf64 , #SortedCOOI32 >
292291 bufferization.dealloc_tensor %csr : tensor <2 x2 xf64 , #CSR >
Original file line number Diff line number Diff line change @@ -146,8 +146,7 @@ module {
146146 %has_runtime = sparse_tensor.has_runtime_library
147147 scf.if %has_runtime {
148148 // 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.
151150 bufferization.dealloc_tensor %s0 : tensor <4 x3 x2 xf32 , #CCC >
152151 bufferization.dealloc_tensor %s1 : tensor <4 x3 x2 xf32 , #BatchedCSR >
153152 bufferization.dealloc_tensor %s2 : tensor <4 x3 x2 xf32 , #CSRDense >
You can’t perform that action at this time.
0 commit comments