This is an archive of the discontinued LLVM Phabricator instance.

[mlir][GPUToNVVM] Fix bug in mma elementwise lowering
ClosedPublic

Authored by ThomasRaoux on Jun 15 2022, 10:19 AM.

Details

Summary

The maxf implementation of wmma elementwise op was incorrect as the
operands of the select to check for Nan were swapped.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Jun 15 2022, 10:19 AM
ThomasRaoux requested review of this revision.Jun 15 2022, 10:19 AM
antiagainst accepted this revision.Jun 15 2022, 10:21 AM
This revision is now accepted and ready to land.Jun 15 2022, 10:21 AM
This revision was landed with ongoing or failed builds.Jun 15 2022, 10:23 AM
This revision was automatically updated to reflect the committed changes.