Skip to content

Conversation

@AndSonder
Copy link
Contributor

PR Category

Auto Parallel

PR Types

Bug fixes

Description

xpu 上目前有用到多流通信,通信都是在计算流上,就算设置了不在计算流也会被强制使用计算流

之前的通信操作都是默认用通信流会导致调用 dev_ctx.Wait() 的时候 sync 失败

本 PR 将 XPU 场景的通信算子都改为使用计算流,这和 GPU 还有 XPU 动手 的行为都是一致的

Pcard-76459

@paddle-bot
Copy link

paddle-bot bot commented Feb 26, 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
Contributor

@From00 From00 left a comment

Choose a reason for hiding this comment

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

LGTM

@From00 From00 merged commit c3f8dc3 into PaddlePaddle:develop Feb 27, 2025
32 checks passed
Enigmatisms pushed a commit to Enigmatisms/Paddle that referenced this pull request Mar 6, 2025
YqGe585 pushed a commit to YqGe585/Paddle that referenced this pull request May 7, 2025
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.

2 participants