-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Revert "handle sympy.oo in bitwise_and/or value_ranges (#141522)" and "[dynamo] add SymNode bitwise and/or (#138777)" #142842
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/142842
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit 174abfc with merge base dd2d0c6 ( NEW FAILURE - The following job has failed:
UNSTABLE - The following job failed but was likely due to flakiness present on trunk and has been marked as unstable:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@williamwen42 I am interested in figuring out if we can avoid landing this directly and instead try to just config gate bitwise and/or |
|
@ezyang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@ezyang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
| "OpaqueUnaryFn_atan": math.atan, | ||
| "OpaqueUnaryFn_sqrt": math.sqrt, | ||
| "BitwiseFn_bitwise_and": operator.and_, | ||
| "BitwiseFn_bitwise_or": operator.or_, |
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.
Do we need to add these back in, since #140597 removed them? Also, BitwiseFn_bitwise_and/or are no longer defined.
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.
No we don't
Stack from ghstack (oldest at bottom):
This reverts commit 6fa4356.
This reverts commit ee7eaad.
cc @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10 @SherlockNoMad @EikanWang @wenzhe-nrv @voznesenskym @penguinwu @Guobing-Chen @zhuhaozhe @blzheng @jiayisunx @chenyang78 @kadeng @chauhang @amjames
Differential Revision: D67072558