This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] [LangRef] Clarify parsing of dense<...>
ClosedPublic

Authored by bollu on Mar 5 2022, 8:47 AM.

Details

Summary

dense<...> expects ... to be a tensor-literal.
Define this in the grammar in BuiltinAttributes.td,
and reflect this in the reference grammar written in
AttributeParser.cpp.

Diff Detail

Event Timeline

bollu created this revision.Mar 5 2022, 8:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 5 2022, 8:47 AM
bollu requested review of this revision.Mar 5 2022, 8:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 5 2022, 8:47 AM
bollu edited the summary of this revision. (Show Details)Mar 5 2022, 8:49 AM
rriddle accepted this revision.Mar 10 2022, 12:42 PM

Thanks!

This revision is now accepted and ready to land.Mar 10 2022, 12:42 PM
This revision was landed with ongoing or failed builds.Mar 16 2022, 9:57 AM
This revision was automatically updated to reflect the committed changes.