[all-commits] [llvm/llvm-project] d146b5: [mlir][sparse][nfc] Fix memory leak in sparse samp...

vmrajas via All-commits all-commits at lists.llvm.org
Mon Jul 25 01:55:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d146b51162f2c33e311d752e0ba60ed8d06c235f
      https://github.com/llvm/llvm-project/commit/d146b51162f2c33e311d752e0ba60ed8d06c235f
  Author: Rajas Vanjape <vmrajas at google.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
    M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sampled_matmul.mlir

  Log Message:
  -----------
  [mlir][sparse][nfc] Fix memory leak in sparse sampled matmul integration test

https://reviews.llvm.org/D130023 added a memory leak in sparse_sampled_matmul.mlir
This diff fixes the memory leak.

Testing: Ran integration tests after building with -DLLVM_USE_SANITIZER=Address flag.

Reviewed By: springerm

Differential Revision: https://reviews.llvm.org/D130428




More information about the All-commits mailing list