This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] fix bug in permuting data structure
ClosedPublic

Authored by aartbik on Aug 3 2021, 11:25 AM.

Diff Detail

Event Timeline

aartbik created this revision.Aug 3 2021, 11:25 AM
aartbik requested review of this revision.Aug 3 2021, 11:25 AM
bixia accepted this revision.Aug 3 2021, 12:58 PM
bixia added inline comments.
mlir/test/Dialect/SparseTensor/sparse_perm.mlir
45

Shall we name this "sparse_static_dimensions" and the next test "sparse_dynamic_dimensions" or something similar?

This revision is now accepted and ready to land.Aug 3 2021, 12:58 PM
aartbik marked an inline comment as done.Aug 3 2021, 1:47 PM
aartbik added inline comments.
mlir/test/Dialect/SparseTensor/sparse_perm.mlir
45

Renamed.

aartbik updated this revision to Diff 363872.Aug 3 2021, 1:47 PM
aartbik marked an inline comment as done.

renamed test methods

This revision was automatically updated to reflect the committed changes.