This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] add asserts on reading in tensor data
ClosedPublic

Authored by aartbik on Jan 20 2021, 10:51 AM.

Details

Summary

Rationale:
Since I made the argument that metadata helps with extra
verification checks, I better actually do that ;-)

Diff Detail

Event Timeline

aartbik created this revision.Jan 20 2021, 10:51 AM
aartbik requested review of this revision.Jan 20 2021, 10:51 AM
penpornk accepted this revision.Jan 20 2021, 2:26 PM

Thank you for the changes!

This revision is now accepted and ready to land.Jan 20 2021, 2:26 PM

Thank you for the changes!

And thank you for the quick review. Next CL will be more elaborate, it will set up the sparse storage scheme with per-rank dense/sparse annotations for use in MLIR.
Elaborate stuff, but after that anyone can run the code much easier!

This revision was automatically updated to reflect the committed changes.