This is an archive of the discontinued LLVM Phabricator instance.

Add Expm1 op to the math dialect.
ClosedPublic

Authored by akuegel on Feb 15 2021, 4:57 AM.

Details

Summary

Add Expm1 to the math dialect.
On GPU, there is a dedicated intrinsic for this,
and we want to be able to lower to it.

Diff Detail

Event Timeline

akuegel created this revision.Feb 15 2021, 4:57 AM
akuegel requested review of this revision.Feb 15 2021, 4:57 AM
mehdi_amini accepted this revision.Feb 15 2021, 11:09 AM
This revision is now accepted and ready to land.Feb 15 2021, 11:09 AM
This revision was landed with ongoing or failed builds.Feb 15 2021, 11:34 PM
This revision was automatically updated to reflect the committed changes.