Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【Complex Op】Add complex support for trigonometric and hyperbolic functions #56048

Merged

Conversation

ScottWong98
Copy link
Contributor

@ScottWong98 ScottWong98 commented Aug 7, 2023

PR types

New features

PR changes

OPs

Description

Add complex support for trigonometric (asin, acos, atan) and hyperbolic functions (sinh, cosh, asinh, acosh, atanh)

@paddle-bot
Copy link

paddle-bot bot commented Aug 7, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot paddle-bot bot added the contributor External developers label Aug 7, 2023
@ScottWong98 ScottWong98 marked this pull request as ready for review August 9, 2023 03:01
@ScottWong98 ScottWong98 changed the title Add complex support for trigonometric and hyperbolic functions 【Complex Op】Add complex support for trigonometric and hyperbolic functions Aug 9, 2023
Copy link
Contributor

@GGBond8488 GGBond8488 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@sunzhongkai588 sunzhongkai588 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for docs

@paddle-ci-bot
Copy link

paddle-ci-bot bot commented Aug 23, 2023

Sorry to inform you that 8f3748a's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.

@paddle-ci-bot
Copy link

paddle-ci-bot bot commented Sep 1, 2023

Sorry to inform you that 6dd7853's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.

@luotao1 luotao1 merged commit 2874c64 into PaddlePaddle:develop Sep 13, 2023
danleifeng pushed a commit to danleifeng/Paddle that referenced this pull request Nov 14, 2023
…tions (PaddlePaddle#56048)

* support sinh and cosh in cpu

* support asin, acos, atan, asinh, acosh, atanh in cpu

* support sinh and cosh in gpu

* support asin, acos, atan, asinh, acosh, atanh in gpu

* check complex in python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants