[SPMD] auto-construct auto-sharding mesh ids#6770
Merged
Conversation
Contributor
Author
|
Tested locally with the local libtpu build. cc @JackCaoG |
JackCaoG
reviewed
Mar 19, 2024
d8785ea to
2837c53
Compare
Contributor
Author
|
The companion CL landed in XLA, the pin update didn't require any changes on our end. I will update the pin to |
yeounoh
commented
Mar 19, 2024
339222b to
0a66c90
Compare
yeounoh
commented
Mar 19, 2024
Contributor
Author
|
The ResNet throghput looks good |
Contributor
Author
JackCaoG
approved these changes
Mar 19, 2024
Collaborator
|
#6772 landed, please go ahead and merge |
0a66c90 to
ada802e
Compare
ada802e to
ff7818c
Compare
yeounoh
added a commit
that referenced
this pull request
Mar 20, 2024
lsy323
pushed a commit
that referenced
this pull request
Mar 20, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The auto-sharding pass started complaining about this for default mesh-shape (works for non-default shape). There is a fix CL in XLA, and we also need to land this change to work with it.
This also moves OpenXLA pin to 25c8a6781af6be51d3bc43a0953b07803ab761ea, the companion CL.