This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] revert optimization for dense->csc conversion.
ClosedPublic

Authored by Peiming on Feb 21 2023, 1:28 PM.

Details

Summary

Eliminates the sort seems make the whole conversion slower (probably because loop rotation leads to bad locality).

Diff Detail

Event Timeline

Peiming created this revision.Feb 21 2023, 1:28 PM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.Feb 21 2023, 1:28 PM
aartbik accepted this revision.Feb 21 2023, 1:29 PM
This revision is now accepted and ready to land.Feb 21 2023, 1:29 PM
This revision was landed with ongoing or failed builds.Feb 21 2023, 1:34 PM
This revision was automatically updated to reflect the committed changes.