This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix wrong type in WmmaConstantOpToNVVMLowering
ClosedPublic

Authored by ThomasRaoux on Jun 30 2021, 12:05 AM.

Details

Summary

InsertElement takes a scalar integer attribute not an array of integer.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Jun 30 2021, 12:05 AM
ThomasRaoux requested review of this revision.Jun 30 2021, 12:05 AM
Herald added a project: Restricted Project. · View Herald Transcript
nicolasvasilache accepted this revision.Jun 30 2021, 9:04 AM
This revision is now accepted and ready to land.Jun 30 2021, 9:04 AM
This revision was automatically updated to reflect the committed changes.