This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Clean up coop matrix assembly declaration.
ClosedPublic

Authored by ThomasRaoux on May 27 2020, 9:35 PM.

Details

Summary

Address code review feedback and use declarative assembly format.

Diff Detail

Event Timeline

ThomasRaoux created this revision.May 27 2020, 9:35 PM

Thanks for cleaning this up!!!

mlir/include/mlir/Dialect/SPIRV/SPIRVCooperativeMatrixOps.td
42

Can you clean up the formatting on these? You can also use "" for single line strings.

rriddle accepted this revision.May 28 2020, 10:04 AM
This revision is now accepted and ready to land.May 28 2020, 10:04 AM
antiagainst accepted this revision.May 28 2020, 3:01 PM

Ooh nice. So AllTypesMatch was the trick I was missing previously. :)

ThomasRaoux marked an inline comment as done.
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2020, 4:58 PM