Align rrelu_with_noise schema to reflect noise mutation#8309
Closed
IvanKobzarev wants to merge 1 commit intopytorch:masterfrom
Closed
Align rrelu_with_noise schema to reflect noise mutation#8309IvanKobzarev wants to merge 1 commit intopytorch:masterfrom
IvanKobzarev wants to merge 1 commit intopytorch:masterfrom
Conversation
Collaborator
Author
Collaborator
|
Please fix the build error: You can verify it built or not locally with |
qihqi
approved these changes
Nov 6, 2024
Collaborator
qihqi
left a comment
There was a problem hiding this comment.
this is meant to be land together with pytorch/pytorch#138503
but because of them being 2 different repos, it has to be done one by one.
The current plan is to land this one, land the torch one + xla pin update.
b2430c1 to
2c30729
Compare
Collaborator
Author
|
@qihqi Thanks for approving. This build error looks like caused from missing |
2c30729 to
17a04cd
Compare
17a04cd to
801f949
Compare
Collaborator
Author
|
Abandoning in favor of #8363 (PR not fro fork to be able to use in xla pin in pytorch) |
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.
pytorch PR is pytorch/pytorch#138503
rrelu_with_noise actually mutates noise, but this was not reflected in schema.
As a result compilation did not capture its mutation.
This PR is to align xla override for rrelu_with_noise to remove
constfor noise argument