[llvm-branch-commits] [mlir] [mlir][sparse] Fix memory leaks (part 3) (PR #85184)
Aart Bik via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Mar 14 20:57:27 PDT 2024
================
@@ -114,12 +114,14 @@ module {
call @dump(%d31) : (tensor<2x3x4xf64>) -> ()
//
- // Release sparse tensors.
+ // Release tensors.
----------------
aartbik wrote:
we usually say
// Release the resources.
so perhaps use that here too
https://github.com/llvm/llvm-project/pull/85184
More information about the llvm-branch-commits
mailing list