This is an archive of the discontinued LLVM Phabricator instance.

Lower math.expm1 to intrinsics in the GPUToNVVM and GPUToROCDL conversions.
ClosedPublic

Authored by akuegel on Feb 16 2021, 12:29 AM.

Details

Summary

This adds the lowering for expm1 for GPU backends.

Diff Detail

Event Timeline

akuegel created this revision.Feb 16 2021, 12:29 AM
akuegel requested review of this revision.Feb 16 2021, 12:29 AM

This looks good. Is there a corresponding diff that adds the expm1 operation to math?

herhut accepted this revision.Feb 16 2021, 1:21 AM

Thanks. Phabricator keeps hiding these from me (might be my fault) and I have to find them in my email.

This revision is now accepted and ready to land.Feb 16 2021, 1:21 AM
This revision was landed with ongoing or failed builds.Feb 16 2021, 1:24 AM
This revision was automatically updated to reflect the committed changes.