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

[PIR] Fix bug of kernel_key selected for memcpy op #71234

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

zyfncg
Copy link
Contributor

@zyfncg zyfncg commented Feb 21, 2025

PR Category

Execute Infrastructure

PR Types

Bug fixes

Description

Pcard-67164

修复memcpy算子的kernel选择逻辑Bug:原先memcpy的输入tensor为cpu,拷贝目标place为gpu时会选择到cpu kernel, 从而导致后续内存地址错误。

Copy link

paddle-bot bot commented Feb 21, 2025

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

Copy link
Member

@SigureMo SigureMo left a comment

Choose a reason for hiding this comment

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

LGTMeow 🐾

@zyfncg zyfncg merged commit d3f83a7 into PaddlePaddle:develop Feb 24, 2025
33 checks passed
@zyfncg zyfncg deleted the fix_executor branch February 24, 2025 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants