This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] more concise sparse tensor type printing
ClosedPublic

Authored by aartbik on Aug 17 2022, 5:09 PM.

Details

Summary

This change omits default values from the sparse tensor type,
saving considerable text real estate for the common cases.

Diff Detail

Event Timeline

aartbik created this revision.Aug 17 2022, 5:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2022, 5:09 PM
aartbik requested review of this revision.Aug 17 2022, 5:09 PM
Peiming accepted this revision.Aug 17 2022, 5:16 PM
This revision is now accepted and ready to land.Aug 17 2022, 5:16 PM
This revision was automatically updated to reflect the committed changes.