[all-commits] [llvm/llvm-project] 0078f7: [mlir][sparse] fix some asan detected leaks in int...
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri Sep 9 17:01:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0078f7234e5e77ff08c252166f504af743480604
https://github.com/llvm/llvm-project/commit/0078f7234e5e77ff08c252166f504af743480604
Author: Aart Bik <ajcbik at google.com>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_codegen_dim.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matvec.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_mttkrp.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sampled_matmul.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_spmm.mlir
Log Message:
-----------
[mlir][sparse] fix some asan detected leaks in integration tests
One was an oversight, but the others seem something that regressed.
Matthias to have look later.
https://github.com/llvm/llvm-project/issues/57663
Reviewed By: Peiming
Differential Revision: https://reviews.llvm.org/D133624
More information about the All-commits
mailing list