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 7th No.26】add lu_solve api for paddle #70078

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

GreatV
Copy link
Contributor

@GreatV GreatV commented Dec 9, 2024

PR Category

Operator Mechanism

PR Types

New features

Description

RFC: api_design_for_lu_solve.md

This pull request introduces a new feature to support LU solve operations in both CPU and GPU contexts. The most important changes include adding new kernel functions for LU solve and its gradient, updating symbolic shape inference, and integrating new LAPACK and cuSOLVER routines.

New kernel functions:

Symbolic shape inference:

Integration of new routines:

InferMeta function:

Copy link

paddle-bot bot commented Dec 9, 2024

你的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 Dec 9, 2024
@GreatV GreatV marked this pull request as draft December 9, 2024 11:46
@luotao1 luotao1 added the API label Dec 10, 2024
Copy link

paddle-ci-bot bot commented Dec 17, 2024

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

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