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 D106057
[mlir][rocdl] Add math::Exp2Op lowering to ROCDL ClosedPublic Authored by akuegel on Jul 15 2021, 4:37 AM.
Details Summary There exists already a lowering to LLVM::Exp2Op.
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 17 others. · View Herald TranscriptJul 15 2021, 4:37 AM This revision is now accepted and ready to land.Jul 15 2021, 4:40 AM Closed by commit rG74b88807ae76: [mlir][rocdl] Add math::Exp2Op lowering to ROCDL (authored by akuegel). · Explain WhyJul 15 2021, 5:33 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 358921 mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp
mlir/test/Conversion/GPUToROCDL/gpu-to-rocdl.mlir
|