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 6th No.12】 为 Paddle 新增 lu_solve API #873

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Chen-Lun-Hao
Copy link
Contributor

No description provided.

Copy link

paddle-bot bot commented Apr 15, 2024

你的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.


# 五、设计思路与实现方案

可通过设计底层 op 来调用 lapack 中的相关代码实现 lu_solve。在 python/paddle 中实现对数据的类型,维度等检查,并在底层实现实际的操作方法。

Choose a reason for hiding this comment

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

1、lapack 线性代数库面向 cpu 实现,需要考虑 lu_solve api gpu 版本如何实现
2、需要考虑 api 反向如何实现

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.

None yet

3 participants