Revert XLA backward incompatible breaking change - #9668 - Fixes Issue #9685#9686
Merged
qihqi merged 2 commits intopytorch:r2.9from Oct 22, 2025
Merged
Conversation
ysiraichi
approved these changes
Oct 21, 2025
Collaborator
ysiraichi
left a comment
There was a problem hiding this comment.
Overall, looks good to me.
I have a few minor comments:
- Could you be more specific describing the changes in this PR? e.g.:
- Specify which commit you are reverting
- Say that, even though you are reverting that commit, you are bumping the PyTorch pin
- Let's wait, at least, 1 day for @bhavya01 input.
Collaborator
|
@rajkthakur should this go to r2.9 branch instead? We still want to move to newer openxla for top-of-tree I think. |
Collaborator
|
@rajkthakur Could you rebase this on top of |
Author
|
Yes, I realized I need to rebase. |
Author
|
I need to reset and cherry-pick. |
This reverts commit 11590c1.
5a44e19 to
37a0305
Compare
Collaborator
|
@ysiraichi @bhavya01 @qihqi is the torchax failure a concern? |
Collaborator
|
I'm not sure. But, since it's being pushed to the release branch, I think it's important to get everything right. |
qihqi
approved these changes
Oct 22, 2025
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.
#9668 upgraded OpenXLA: openxla/xla@92f7b59 to openxla/xla@9a9aa0e
which introduced a change 5bba026 related to instructions ID that is backward incompatible and causing neuron to crash - Issue #9685
Changes include