Skip to content

Update XLA GPU to support async collectives from JAX.#115469

Merged
copybara-service[bot] merged 1 commit intomasterfrom
exported_pr_891978656
Apr 9, 2026
Merged

Update XLA GPU to support async collectives from JAX.#115469
copybara-service[bot] merged 1 commit intomasterfrom
exported_pr_891978656

Conversation

@copybara-service
Copy link
Copy Markdown

Update XLA GPU to support async collectives from JAX.

XLA GPU has a pass that translates synchronous collectives to asynchronous
ones. All passes before this one assume that there aren't any asynchronous
collectives. But, we recently added async collectives to JAX. This CL changes
XLA GPU to handle input HLO programs with async collectives.

This CL consists of a handful of small changes. None are particularly deep.

@copybara-service copybara-service bot force-pushed the exported_pr_891978656 branch from 5af2c52 to 01870a6 Compare April 9, 2026 21:11
XLA GPU has a pass that translates synchronous collectives to asynchronous
ones. All passes before this one assume that there aren't any asynchronous
collectives. But, we recently added async collectives to JAX. This CL changes
XLA GPU to handle input HLO programs with async collectives.

This CL consists of a handful of small changes. None are particularly deep.

PiperOrigin-RevId: 897309874
@copybara-service copybara-service bot force-pushed the exported_pr_891978656 branch from 01870a6 to 002dab7 Compare April 9, 2026 21:49
@copybara-service copybara-service bot closed this Apr 9, 2026
@copybara-service copybara-service bot merged commit 002dab7 into master Apr 9, 2026
@copybara-service copybara-service bot deleted the exported_pr_891978656 branch April 9, 2026 21:49
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