This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Replace sparse_tensor.sort with sparse_tensor.sort_coo for sorting COO tensors.
ClosedPublic

Authored by bixia on Jan 2 2023, 9:58 PM.

Details

Summary

Add codegen pattern for sparse_tensor.indices_buffer.

Diff Detail

Event Timeline

bixia created this revision.Jan 2 2023, 9:58 PM
Herald added a project: Restricted Project. · View Herald Transcript
bixia requested review of this revision.Jan 2 2023, 9:58 PM
aartbik accepted this revision.Jan 3 2023, 3:07 PM
This revision is now accepted and ready to land.Jan 3 2023, 3:07 PM
bixia updated this revision to Diff 486611.Jan 5 2023, 9:44 AM

Rebase.