Skip to content

Conversation

@gabrielecastellano
Copy link
Contributor

@gabrielecastellano gabrielecastellano commented Dec 3, 2025

There is an error when initializing prevranks as prevranks = {rank_it->first}, which should be skipped in case the rank is -1.
Only in the AllGather, only for the PXN case, and only for chunkid > 0, this check is wrong: if (rank_it->first) {...}, which skips the case where the rank is 0, instead of -1.

only affected chunkid > 0 for the PXN case
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