This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor] Fix a typo in the example code for UnrankedTensorType
ClosedPublic

Authored by Peiming on Sep 6 2022, 3:25 PM.

Details

Summary

The syntax for unrank tensor type is defined as tensor-type ::= tensor < * x type >, the example code missed the x in between.

Diff Detail

Event Timeline

Peiming created this revision.Sep 6 2022, 3:25 PM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.Sep 6 2022, 3:25 PM
Peiming edited the summary of this revision. (Show Details)
aartbik accepted this revision.Sep 6 2022, 3:27 PM

I would use "Fix an typo in ...." in the title, but other than that, LGTM

This revision is now accepted and ready to land.Sep 6 2022, 3:27 PM
Peiming retitled this revision from [mlir][tensor] Fix an error in example code for UnrankedTensorType to [mlir][tensor] Fix a typo in the example code for UnrankedTensorType.Sep 6 2022, 3:29 PM
Peiming updated this revision to Diff 458297.Sep 6 2022, 3:31 PM

update commit message

This revision was landed with ongoing or failed builds.Sep 6 2022, 3:31 PM
This revision was automatically updated to reflect the committed changes.