You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everybody, I have such a situation and I need some help.
GPU0 starts a ncclgroup with many ncclsend, and GPU1 will launch multiple corresponding ncclrecv.
I wonder if the ncclrecvs on GPU1 will complete at close to the same time? Because ncclsend kernels on GPU0 are in a group.
The text was updated successfully, but these errors were encountered:
In my experiments, the results showed that ncclrecv would be done one by one (which was exactly what I was hoping for).
But I still wonder why, because it seems to be different from the explanation in #1028
Hello everybody, I have such a situation and I need some help.
GPU0 starts a ncclgroup with many ncclsend, and GPU1 will launch multiple corresponding ncclrecv.
I wonder if the ncclrecvs on GPU1 will complete at close to the same time? Because ncclsend kernels on GPU0 are in a group.
The text was updated successfully, but these errors were encountered: