This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Make integration tests run on both library and codegen pathes.
ClosedPublic

Authored by bixia on Nov 16 2022, 10:50 AM.

Diff Detail

Event Timeline

bixia created this revision.Nov 16 2022, 10:50 AM
Herald added a reviewer: aartbik. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
bixia requested review of this revision.Nov 16 2022, 10:50 AM
aartbik accepted this revision.Nov 16 2022, 10:58 AM

Loving it!

mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_index.mlir
208

indentation?

mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matmul.mlir
18–20

and parallelization

mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matvec.mlir
19

and parallelization

This revision is now accepted and ready to land.Nov 16 2022, 10:58 AM
bixia updated this revision to Diff 475875.Nov 16 2022, 11:09 AM
bixia marked 3 inline comments as done.

Fix indentation and comments.

This revision was landed with ongoing or failed builds.Nov 16 2022, 12:01 PM
This revision was automatically updated to reflect the committed changes.