This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] fix bugs when convert coo to coo but with different dim ordering
ClosedPublic

Authored by Peiming on Mar 9 2023, 12:46 PM.

Diff Detail

Event Timeline

Peiming created this revision.Mar 9 2023, 12:46 PM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.Mar 9 2023, 12:46 PM
aartbik accepted this revision.Mar 9 2023, 12:48 PM
aartbik added inline comments.
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
690

lead to - > result in?

mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_transpose.mlir
1 ↗(On Diff #503887)

don't check this file in yet (since it does not run anything)

also, we have https://reviews.llvm.org/D145708 pending

This revision is now accepted and ready to land.Mar 9 2023, 12:48 PM
Peiming updated this revision to Diff 503890.Mar 9 2023, 12:50 PM

address comments.

Peiming updated this revision to Diff 503893.Mar 9 2023, 12:50 PM

revert change

Peiming updated this revision to Diff 503894.Mar 9 2023, 12:51 PM

address comments.

Peiming updated this revision to Diff 503895.Mar 9 2023, 12:52 PM
Peiming marked an inline comment as done.

rebase

This revision was landed with ongoing or failed builds.Mar 9 2023, 12:55 PM
This revision was automatically updated to reflect the committed changes.