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

Create a NCCL sub-communicator using ncclCommSplit #2495

Open
wants to merge 4 commits into
base: branch-24.12
Choose a base branch
from

Conversation

seunghwak
Copy link
Contributor

NCCL expects to create a sub-communicator using ncclCommSplit (like we create a MPI sub-communicator using MPI_Comm_split) but raft currently creates a sub-communicator from scratch using ncclCommInitRank on a subset of GPUs.

This first prevents sharing resources among the global communicator and sub-communicators. We also experienced erroneous sub-communicator behaviors when we have a non-power-of-two number of GPUs.

This PR updates raft to create NCCL sub-communicators using ncclCommSplit.

@seunghwak seunghwak requested a review from a team as a code owner November 14, 2024 18:56
@github-actions github-actions bot added the cpp label Nov 14, 2024
@seunghwak seunghwak added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Nov 14, 2024
@seunghwak seunghwak self-assigned this Nov 14, 2024
@seunghwak seunghwak changed the title [WIP] Create a NCCL sub-communicator using ncclCommSplit Create a NCCL sub-communicator using ncclCommSplit Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant