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.36】 为 Paddle 新增 matrix_exp API #674

Closed
wants to merge 3 commits into from

Conversation

zade23
Copy link

@zade23 zade23 commented Sep 28, 2023

add rfc of api_linalg_matrix_exp

PaddlePaddle/Paddle#57262

@paddle-bot
Copy link

paddle-bot bot commented Sep 28, 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.

\mathrm{matrix\_exp}(A) = \sum_{k=0}^\infty \frac{1}{k!}A^k \in \mathbb{K}^{n \times n} \
$$

内部计算将大部分采用paddle框架已实现的算子,`paddle/phi/kernels/impl` 中新增 `MatrixExpKernel`, 同时支持cpu和cuda下计算。
Copy link

Choose a reason for hiding this comment

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

可以补充下基于飞桨实现该算子的设计方案,底层依赖PHI算子库API,有没有缺少的API,可以规避一些风险

@luotao1
Copy link
Collaborator

luotao1 commented Dec 18, 2023

已经有 RFC 合入了,如果需要更新和完善,可以在原来的 RFC 上进行修改,感谢!

@luotao1 luotao1 closed this Dec 18, 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