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

TOPO: fix rank reordering for host ordered sbgp #904

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

Sergei-Lebedev
Copy link
Contributor

What

Add check if reordering is required before computing it.

Why ?

Previous version of rank reordering algorithm is based on host hash, socket id and numa id. This algorithm can't detect if reordering is required and sometimes might generate permutation that mixes nodes but not ranks within node. Even though such permutation is equivalent to "no ordering" it still disables some algorithms (e.g. neighbor exchange allgather).

@artemry-nv
Copy link
Collaborator

bot:retest

@Sergei-Lebedev Sergei-Lebedev force-pushed the topic/fix_rank_reordering branch from dcc7dcd to 21c0404 Compare January 25, 2024 21:12
@artemry-nv artemry-nv merged commit 878414a into openucx:master Jan 25, 2024
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants