-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Replace numel with sym_numel in is_int_or_symint #122145
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/122145
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit f264776 with merge base failed to retrieve merge base, please contact dev infra ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Signed-off-by: Edward Z. Yang <[email protected]> ghstack-source-id: 934a60a Pull Request resolved: #122145
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Fixes #122124 Signed-off-by: Edward Z. Yang <[email protected]> Pull Request resolved: #122145 Approved by: https://github.com/Skylion007
…nt (#154167) This is a short circuit, that we should not fail on. Before this PR we would not fail on u0, u0+u1, only if they are size like. but we will fail on u0-u1.. etc for no need. guard_or_false seems appropriate for that reason. This was added in #122145 there was no unit tests for me to verify why it was added, i could not repo using the associated issue , the example does not work. Pull Request resolved: #154167 Approved by: https://github.com/bobrenjc93 ghstack dependencies: #154154, #154164
Stack from ghstack (oldest at bottom):
Fixes #122124
Signed-off-by: Edward Z. Yang [email protected]