-
Notifications
You must be signed in to change notification settings - Fork 24.2k
fix sympy FloorToInt when compile #151185
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/151185
Note: Links to docs will display an error until the docs builds have been completed. ❌ 7 New Failures, 10 Unrelated FailuresAs of commit 910d309 with merge base c240380 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
UNSTABLE - The following jobs are marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This PR needs a
|
This does not work sadly. See the comment a few lines above.
|
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.
yep as mentioned we can't use sympy ceil/floor for the following reason stated in the comment above:
# Don't use sympy ceiling/floor as they will attempt simplifications involving
# frac
fix follow error

cc @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10