This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] fixed memory leak on sparse tensors
ClosedPublic

Authored by aartbik on Oct 10 2022, 3:10 PM.

Details

Summary

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.

Diff Detail

Event Timeline

aartbik created this revision.Oct 10 2022, 3:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 10 2022, 3:10 PM
aartbik requested review of this revision.Oct 10 2022, 3:10 PM
Peiming accepted this revision.Oct 10 2022, 3:13 PM
This revision is now accepted and ready to land.Oct 10 2022, 3:13 PM
This revision was landed with ongoing or failed builds.Oct 10 2022, 3:17 PM
This revision was automatically updated to reflect the committed changes.