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

Question about using nccl group #1535

Open
chenhongyu2048 opened this issue Dec 7, 2024 · 1 comment
Open

Question about using nccl group #1535

chenhongyu2048 opened this issue Dec 7, 2024 · 1 comment

Comments

@chenhongyu2048
Copy link

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.

@chenhongyu2048
Copy link
Author

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

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

No branches or pull requests

1 participant