This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] fix two typos
ClosedPublic

Authored by aartbik on Jan 13 2022, 2:36 PM.

Details

Summary

(1) copy-and-past error in encoding alias name:

this is an annotation for a tensor (3-d) not a matrix (2-d).

(2) typo in "initialization"

Diff Detail

Event Timeline

aartbik created this revision.Jan 13 2022, 2:36 PM
aartbik requested review of this revision.Jan 13 2022, 2:36 PM
bixia accepted this revision.Jan 13 2022, 2:57 PM
This revision is now accepted and ready to land.Jan 13 2022, 2:57 PM
This revision was automatically updated to reflect the committed changes.