pytorch
pytorch copied to clipboard
[fix] rrelu, rrelu_, & RReLU when lower bound > upper bound
Fixes #83160
cc @kshitij12345 @albanD
:link: Helpful Links
:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/84996
- :page_facing_up: Preview Python docs built from this PR
- :page_facing_up: Preview C++ docs built from this PR
- :question: Need help or want to give feedback on the CI? Visit our office hours
Note: Links to docs will display an error until the docs builds have been completed.
:white_check_mark: No Failures, 1 Pending
As of commit c237fe67aee0746061b5475dff083a7c33c58245: :green_heart: Looks good so far! There are no failures yet. :green_heart:
This comment was automatically generated by Dr. CI and updates every 15 minutes.
Hi, @mruberry! Gentle ping :)
Thanks for reviewing, @mruberry!!
@pytorchbot merge
@pytorchbot successfully started a merge job. Check the current status here. The merge job was triggered without a flag. This means that your change will be merged once all checks on your PR have passed (ETA: 0-4 Hours). If this is not the intended behavior, feel free to use some of the other merge options in the wiki. Please reach out to the PyTorch DevX Team with feedback or questions!
The merge job was canceled. If you believe this is a mistake,then you can re trigger it through pytorch-bot.
Thanks, @albanD!
@pytorchbot merge
@pytorchbot successfully started a merge job. Check the current status here. The merge job was triggered without a flag. This means that your change will be merged once all checks on your PR have passed (ETA: 0-4 Hours). If this is not the intended behavior, feel free to use some of the other merge options in the wiki. Please reach out to the PyTorch DevX Team with feedback or questions!
Hey @khushi-411. You've committed this PR, but it does not have both a 'release notes: ...' and 'topics: ...' label. Please add one of each to the PR. The 'release notes: ...' label should represent the part of PyTorch that this PR changes (fx, autograd, distributed, etc) and the 'topics: ...' label should represent the kind of PR it is (not user facing, new feature, bug fix, perf improvement, etc). The list of valid labels can be found here for the 'release notes: ...' and here for the 'topics: ...'. For changes that are 'topic: not user facing' there is no need for a release notes label.