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] Refactor phi module structure #64541

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

Conversation

silverling
Copy link
Contributor

@silverling silverling commented May 23, 2024

PR Category

Environment Adaptation

PR Types

Improvements

Description

以 Linux 平台为例,将 PHI 模块下的 Kernel 实现中的 GPU 算子部分抽离出来,单独编译为 libphi_gpu.so,其余部分编译为 libphi_core.so,从而使 Paddle 可以编译 6 个 CUDA 架构。同时,创建空 libphi.so,将 libphi_core.solibphi_gpu.so 与其链接,使得对用户的代码改动影响最小。

Copy link

paddle-bot bot commented May 23, 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 May 23, 2024
Copy link

paddle-ci-bot bot commented May 31, 2024

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

Copy link

paddle-ci-bot bot commented Jun 11, 2024

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

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

2 participants