This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Improve the rewriting for NewOp with dimension ordering.
ClosedPublic

Authored by bixia on Jan 9 2023, 8:48 AM.

Details

Summary

Previously, we use a temporary tensor with identity ordering. We now use a
temporary tensor with the destination dimension ordering, to enable the use of
sort_coo for sorting the tensor.

Diff Detail

Event Timeline

bixia created this revision.Jan 9 2023, 8:48 AM
Herald added a project: Restricted Project. · View Herald Transcript
bixia requested review of this revision.Jan 9 2023, 8:48 AM
Peiming accepted this revision.Jan 9 2023, 9:32 AM
This revision is now accepted and ready to land.Jan 9 2023, 9:32 AM