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 unbind,broadcast,broadcast_tensors and broadcast_tensor_grad #59122

Conversation

zyt1024
Copy link
Contributor

@zyt1024 zyt1024 commented Nov 18, 2023

PR types

Others

PR changes

APIs

Description

add complex support for unbind,broadcast,broadcast_tensors and broadcast_tensor_grad

Copy link

paddle-bot bot commented Nov 18, 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 Nov 18, 2023
…ort_complex_unbind_broadcast_broadcast_tensors
@zyt1024 zyt1024 closed this Nov 19, 2023
@zyt1024 zyt1024 reopened this Nov 19, 2023
),
]
paddle.broadcast_tensors(inputs)
dtypes = ['float32', 'complex64', 'complex128']
Copy link
Contributor

Choose a reason for hiding this comment

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

最好不要这么写,把单测case分开,不要写在一个test里面,单测报错的时候才能更直观的发现问题在哪,其他同

Copy link
Contributor Author

Choose a reason for hiding this comment

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

收到

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

@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

@luotao1 luotao1 merged commit 5e89708 into PaddlePaddle:develop Nov 29, 2023
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.

3 participants