This is an archive of the discontinued LLVM Phabricator instance.

[mlir][VectorToGPU] Add conversion for splat constant to MMA const matrix
ClosedPublic

Authored by ThomasRaoux on Jun 11 2021, 10:39 AM.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Jun 11 2021, 10:39 AM
ThomasRaoux requested review of this revision.Jun 11 2021, 10:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2021, 10:39 AM
bondhugula added inline comments.
mlir/lib/Conversion/VectorToGPU/VectorToGPU.cpp
115–116

Typo here.

Triple /// so that doxygen picks it up.

311

Missing doc comment.

Address review comments.

ThomasRaoux marked 2 inline comments as done.Jun 11 2021, 5:08 PM
This revision is now accepted and ready to land.Jun 24 2021, 12:32 PM