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.
Differential D130428
[mlir][sparse][nfc] Fix memory leak in sparse sampled matmul integration test vmrajas on Jul 23 2022, 10:01 AM. Authored by
Details https://reviews.llvm.org/D130023 added a memory leak in sparse_sampled_matmul.mlir Testing: Ran integration tests after building with -DLLVM_USE_SANITIZER=Address flag.
Diff Detail
|