This is an archive of the discontinued LLVM Phabricator instance.

[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.
On GPU we prefer to lower to an intrinsic instead.

Diff Detail

Event Timeline

akuegel created this revision.Jul 15 2021, 3:06 AM
akuegel requested review of this revision.Jul 15 2021, 3:06 AM
herhut accepted this revision.Jul 15 2021, 3:07 AM

Please use a [mlir][nvvm] tag in the commit message.

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
pifon2a accepted this revision.Jul 15 2021, 3:35 AM
This revision was automatically updated to reflect the committed changes.