This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] adjust output shape inference to new tensor abstraction
ClosedPublic

Authored by aartbik on Jan 5 2021, 1:51 PM.

Details

Summary

Nicolas changed the tensor abstraction so that every output has
its own shape definition. This simplifies the "inference" that
was used in the sparse compiler.

Diff Detail

Event Timeline

aartbik created this revision.Jan 5 2021, 1:51 PM
aartbik requested review of this revision.Jan 5 2021, 1:51 PM
penpornk accepted this revision.Jan 5 2021, 3:09 PM
This revision is now accepted and ready to land.Jan 5 2021, 3:09 PM