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

【Hackathon 5th No.30】 为 Paddle 新增 vdot API #651

Closed
wants to merge 0 commits into from
Closed

【Hackathon 5th No.30】 为 Paddle 新增 vdot API #651

wants to merge 0 commits into from

Conversation

kafaichan
Copy link

@paddle-bot
Copy link

paddle-bot bot commented Sep 26, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请检查PR提交格式和内容是否完备,具体请参考示例模版
Your PR has been submitted. Thanks for your contribution!
Please check its format and content. For this, you can refer to Template and Demo.

通过调研发现,Paddle 本身已实现 `paddle.conj`,可利用已有 API 计算共轭复数。
```

# 六、测试和验收的考量

Choose a reason for hiding this comment

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

## 底层OP设计
使用已有的 API 组合实现,不再单独设计 OP。

需要注意:如果输入是 paddle.float32,则必须是 paddle.complex64。如果输入是 paddle.float64,则必须是 paddle.complex128。

Choose a reason for hiding this comment

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

更详细解释一下这里的限制

@kafaichan kafaichan closed this Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants