Skip to content

[XPU] Paddle add xpudnn library && conv_transpose alter kernel #68497

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

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

HarperCy
Copy link
Contributor

PR Category

Operator Mechanism

PR Types

New features

Description

Paddle add xpudnn library, which is already included in xhpc output but never added to paddle compiling logic.
This library, containing many high performance convolution operators, is aimed to replace the outdated conv kernels used in current Paddle XPU Ops, should, in theory, both boost the speed and extend the generalization ability.
In this commit, I replace the original conv_transpose kernel to xpudnn ones.

Copy link

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

@CLAassistant
Copy link

CLAassistant commented Sep 27, 2024

CLA assistant check
All committers have signed the CLA.

@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.


root seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@HarperCy HarperCy force-pushed the xpudnn2 branch 2 times, most recently from ceb1788 to 27f7889 Compare September 29, 2024 03:21
Copy link

paddle-ci-bot bot commented Oct 8, 2024

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

@HarperCy HarperCy force-pushed the xpudnn2 branch 3 times, most recently from 7f79b84 to 5655d3a Compare October 14, 2024 11:42
Copy link
Contributor

@dynamicheart dynamicheart left a comment

Choose a reason for hiding this comment

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

LGTM

@skywalker2012
Copy link
Contributor

LGTM

@houj04 houj04 added the XPU label Oct 23, 2024
@houj04 houj04 merged commit 3073ab4 into PaddlePaddle:develop Oct 23, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants