The maxf implementation of wmma elementwise op was incorrect as the
operands of the select to check for Nan were swapped.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D127879
[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
Diff Detail Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache, jholewinski. · View Herald Transcript 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 Closed by commit rGa6f2c2291ede: [mlir][GPUToNVVM] Fix bug in mma elementwise lowering (authored by ThomasRaoux). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 437236 mlir/lib/Conversion/GPUToNVVM/WmmaOpsToNvvm.cpp
mlir/test/Conversion/GPUToNVVM/wmma-ops-to-nvvm.mlir
|