This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] deduplicate non-unique coordinates unconditionally
ClosedPublic

Authored by Peiming on Mar 8 2023, 3:36 PM.

Diff Detail

Event Timeline

Peiming created this revision.Mar 8 2023, 3:36 PM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.Mar 8 2023, 3:36 PM
Peiming added inline comments.Mar 8 2023, 3:42 PM
mlir/test/Dialect/SparseTensor/sorted_coo.mlir
56–70

de-duplication while loop here

113–127

de-duplication while loop here

aartbik accepted this revision.Mar 9 2023, 1:36 PM
This revision is now accepted and ready to land.Mar 9 2023, 1:36 PM