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

Annotate decomposed send/recv and conflicting collectives to run them in parallel #22183

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

Annotate decomposed send/recv and conflicting collectives to run them in parallel

Find all collectives conflicting with the collective permutes that we want to decompose.
Annotate them to run them in parallel with non-conflicting collectives, e.g. those used on inner sharding strategies.
The annotation allows us to later execute them on a separate stream.

@copybara-service copybara-service bot force-pushed the test_721906815 branch 2 times, most recently from 8af0724 to 15be48b Compare January 31, 2025 23:26
… in parallel

Find all collectives conflicting with the collective permutes that we want to decompose.
Annotate them to run them in parallel with non-conflicting collectives, e.g. those used on inner sharding strategies.
The annotation allows us to later execute them on a separate stream.

PiperOrigin-RevId: 721906815
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.

1 participant