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

Fix all_gather to concat in order of process group #1934

Merged
merged 2 commits into from
Jan 23, 2024

Conversation

ghpvnist
Copy link
Member

@ghpvnist ghpvnist commented Jan 19, 2024

Currently, the implementation concatenates rendezvous tensors which are sorted by process ids. However, the spec implies that the order of concatenation happens in the same order as the generated processGroup, which is not necessarily sorted. This change reflects what is implied in the spec.

Thanks @linuxlonelyeagle for filing the issue!

closes #1933

@ghpvnist ghpvnist merged commit acbbb83 into openxla:main Jan 23, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Incorrect all_gather result in the interpreter
3 participants