This is an archive of the discontinued LLVM Phabricator instance.

[mlir][complex] Check the correctness of tanh in complex dialect
ClosedPublic

Authored by Lewuathe on Jun 2 2022, 11:07 PM.

Details

Summary

Correctness check for tanh operation in complex dialect.

Ref: https://reviews.llvm.org/D126858

Diff Detail

Event Timeline

Lewuathe created this revision.Jun 2 2022, 11:07 PM
Lewuathe requested review of this revision.Jun 2 2022, 11:07 PM
Lewuathe edited the summary of this revision. (Show Details)Jun 2 2022, 11:07 PM
Lewuathe updated this revision to Diff 433961.Jun 2 2022, 11:09 PM

Update the patch to include all test cases.

pifon2a accepted this revision.Jun 3 2022, 4:51 AM

Thank you @Lewuathe!

This revision is now accepted and ready to land.Jun 3 2022, 4:51 AM
This revision was automatically updated to reflect the committed changes.