This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] codegen for sparse dealloc
ClosedPublic

Authored by aartbik on Sep 1 2022, 5:30 PM.

Diff Detail

Event Timeline

aartbik created this revision.Sep 1 2022, 5:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 1 2022, 5:30 PM
aartbik requested review of this revision.Sep 1 2022, 5:30 PM
aartbik edited reviewers, added: Peiming; removed: PeimingLiu.
bixia accepted this revision.Sep 1 2022, 10:04 PM
bixia added inline comments.
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
127

This change is not relevant to this PR?

This revision is now accepted and ready to land.Sep 1 2022, 10:04 PM
aartbik marked an inline comment as done.Sep 1 2022, 10:10 PM
aartbik added inline comments.
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
127

No, I noticed that we add the dialect *and* the ops. That is a bit redundant.

aartbik updated this revision to Diff 457500.Sep 1 2022, 10:11 PM
aartbik marked an inline comment as done.

rebased against main (mainly my own change)

This revision was landed with ongoing or failed builds.Sep 1 2022, 10:21 PM
This revision was automatically updated to reflect the committed changes.