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

Refactor device communicator to make allreduce more flexible #9295

Merged
merged 2 commits into from
Jun 13, 2023

Conversation

rongou
Copy link
Contributor

@rongou rongou commented Jun 12, 2023

To support column split with GPUs, we need to add bitwise allreduce functions. However, NCCL currently doesn't support bitwise allreduce operations, we'd need to do an allgather and reduce locally. This is a refactoring step to make device allreduce more flexible. Will add bitwise allreduce next.

@rongou
Copy link
Contributor Author

rongou commented Jun 12, 2023

@trivialfis

@trivialfis trivialfis merged commit e70810b into dmlc:master Jun 13, 2023
@rongou rongou deleted the device-allreduce branch September 25, 2023 16:40
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