This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse][pytaco] added test with various sparse annotations
ClosedPublic

Authored by aartbik on Mar 1 2022, 4:01 PM.

Details

Summary

This also found a bug in the new toMLIR code (missing permutation)

Diff Detail

Event Timeline

aartbik created this revision.Mar 1 2022, 4:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2022, 4:01 PM
aartbik requested review of this revision.Mar 1 2022, 4:01 PM
aartbik updated this revision to Diff 412285.Mar 1 2022, 4:04 PM

removed print

bixia accepted this revision.Mar 1 2022, 4:05 PM
bixia added inline comments.
mlir/test/Integration/Dialect/SparseTensor/taco/test_Tensor.py
100

No need for this line?

This revision is now accepted and ready to land.Mar 1 2022, 4:05 PM
This revision was landed with ongoing or failed builds.Mar 1 2022, 4:36 PM
This revision was automatically updated to reflect the committed changes.
aartbik marked an inline comment as done.