This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Improve quick sort by using a loop to sort the bigger partition.
ClosedPublic

Authored by bixia on Mar 6 2023, 3:22 PM.

Diff Detail

Event Timeline

bixia created this revision.Mar 6 2023, 3:22 PM
Herald added a project: Restricted Project. · View Herald Transcript
bixia requested review of this revision.Mar 6 2023, 3:22 PM

any perf results?

bixia added a comment.Mar 7 2023, 5:50 PM

any perf results?

I have three PRs in the sequence and they together give 6% improvement for read-arabic2005-cod, mostly of the improvement comes from the third PR https://reviews.llvm.org/D145534 though.

bixia updated this revision to Diff 503355.Mar 8 2023, 6:57 AM

Add more detail CHECK to FileCheck test.

aartbik accepted this revision.Mar 10 2023, 10:09 AM
This revision is now accepted and ready to land.Mar 10 2023, 10:09 AM