-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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 Fundable Projects 3 No.53】 [fluid_ops] c_sync_comm_stream #66798
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
368a3c8
to
39eb2fd
Compare
6f757da
to
fd55ee9
Compare
7363b18
to
dee74df
Compare
Sorry to inform you that e8a3d78's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
c7d1473
to
57a13f9
Compare
8bec212
to
24d0092
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -255,7 +255,7 @@ def _sync_calc_stream(tensor): | |||
|
|||
def _sync_comm_stream(tensor, ring_id=0): | |||
if framework.in_dynamic_mode(): | |||
return paddle._legacy_C_ops.c_sync_comm_stream( | |||
return paddle._legacy_C_ops.sync_comm_stream( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里_legacy_C_ops
可以换成_C_ops
吗?
使用 #66744 |
PR Category
Operator Mechanism
PR Types
Others
Description
53 c_sync_comm_stream 改名 sync_comm_stream