This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Add an attribute to the sort operator for stable sorting.
ClosedPublic

Authored by bixia on Oct 4 2022, 10:38 AM.

Diff Detail

Event Timeline

bixia created this revision.Oct 4 2022, 10:38 AM
Herald added a project: Restricted Project. · View Herald Transcript
bixia requested review of this revision.Oct 4 2022, 10:38 AM
aartbik accepted this revision.Oct 4 2022, 12:39 PM
aartbik added inline comments.
mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
441

indicates that .... -> indicates whether ....

mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
680

build(... , /*stable=*/false);

This revision is now accepted and ready to land.Oct 4 2022, 12:39 PM
bixia updated this revision to Diff 465156.Oct 4 2022, 2:09 PM
bixia marked 2 inline comments as done.

Address review comments.