There exists already a lowering to LLVM::Exp2Op.
On GPU we prefer to lower to an intrinsic instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D106050
[mlir][nvvm]: Add math::Exp2Op lowering to NVVM. ClosedPublic Authored by akuegel on Jul 15 2021, 3:06 AM.
Details Summary There exists already a lowering to LLVM::Exp2Op.
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 18 others. · View Herald TranscriptJul 15 2021, 3:06 AM This revision is now accepted and ready to land.Jul 15 2021, 3:07 AM akuegel retitled this revision from [mlir]: Add math::Exp2Op lowering to NVVM. to [mlir][nvvm]: Add math::Exp2Op lowering to NVVM..Jul 15 2021, 3:25 AM Closed by commit rGffe6a5832533: [mlir][nvvm]: Add math::Exp2Op lowering to NVVM. (authored by akuegel). · Explain WhyJul 15 2021, 4:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 358886 mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm.mlir
|