-
Notifications
You must be signed in to change notification settings - Fork 612
[TorchToLinalg] Implement lowering of torch.aten.rrelu_with_noise and torch.aten.rrelu_with_noise_backward ops (fix) #3748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TorchToLinalg] Implement lowering of torch.aten.rrelu_with_noise and torch.aten.rrelu_with_noise_backward ops (fix) #3748
Conversation
vivekkhandelwal1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small change, and the rest looks good.
vivekkhandelwal1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Hey @vivekkhandelwal1 this seems to be the commit that caused the CI to break on nightly. |
|
It seems that some tests started failing on later nightly builds, after I committed last changes. So I made this PR #3835 that addresses those issues. |
As title. @vivekkhandelwal1 This PR finalizes and resolves issues from #3645. Updated
xfail_setand cherry-picked previous implementation.