[all-commits] [llvm/llvm-project] 8fc63d: [mlir][sparse] fixed memory leak on sparse tensors
Aart Bik via All-commits
all-commits at lists.llvm.org
Mon Oct 10 15:17:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8fc63d14c0e0a8425b7eeedd50bd252132595651
https://github.com/llvm/llvm-project/commit/8fc63d14c0e0a8425b7eeedd50bd252132595651
Author: Aart Bik <ajcbik at google.com>
Date: 2022-10-10 (Mon, 10 Oct 2022)
Changed paths:
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_conversion_sparse2sparse.mlir
Log Message:
-----------
[mlir][sparse] fixed memory leak on sparse tensors
This was introduced by https://reviews.llvm.org/D134933
This change also cleans up a dump&release method which
had become a misnomer after prior bufferization improvement.
Reviewed By: Peiming
Differential Revision: https://reviews.llvm.org/D135623
More information about the All-commits
mailing list