Conversation
qihqi
approved these changes
Feb 6, 2024
added 6 commits
February 6, 2024 21:42
3e4db72 to
92a6e00
Compare
added 4 commits
February 6, 2024 21:43
(cherry picked from commit 8526b2091ffafccf6972ecba3c111d1b0869621e)
5d5d8c0 to
24ea8c1
Compare
Collaborator
Author
|
HLO changed for spmd basic sharding test From To |
Collaborator
Thanks for the heads up, and it LGTM. |
amithrm
pushed a commit
to amithrm/xla
that referenced
this pull request
Mar 1, 2024
pytorch#6443) Co-authored-by: Siyuan Liu <lsiyuan@google.coim>
bhavya01
pushed a commit
that referenced
this pull request
Apr 22, 2024
#6443) Co-authored-by: Siyuan Liu <lsiyuan@google.coim>
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.
Unsupported ops
Before the change, the unbounded dynamism cannot propagate because the constant scalar is broadcasted to the same shape as the input tensor. Then during implicit broadcasting, we have
? + concrete_dim => concrete_dimcc @sdasgup3