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

Decoupling collectives from UCX backend bootstrap #1787

Open
sbahirnv opened this issue Oct 30, 2024 · 0 comments
Open

Decoupling collectives from UCX backend bootstrap #1787

sbahirnv opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
enhancement Realm Issues pertaining to Realm

Comments

@sbahirnv
Copy link

Bootstrap of UCX Back-end implements necessary collectives for Realm Network Module and UCX back-end itself. That leads to every bootstrap option to implement these collectives. It leads to redundancy if we want to have different bootstrapping options but collectives from the same library. For instance, bootstrap the UCX backend using MPI or Point-2-Point but always use UCC collectives.

To address the issue, we want to decouple the collectives from the bootstrap and implement them in UCX Back-end itself. We are planning to have UCC collectives with options of multiple bootstrapping mechanism.

@lightsighter lightsighter added enhancement Realm Issues pertaining to Realm labels Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Realm Issues pertaining to Realm
Projects
None yet
Development

No branches or pull requests

3 participants