-
Notifications
You must be signed in to change notification settings - Fork 26.1k
Adding check for step size=0 in unfold backward to avoid divide by 0 … #162720
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/162720
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit fb310a9 with merge base 34bb9c4 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot label "topic: not user facing" |
|
@pytorchbot merge |
|
Pull workflow has not been scheduled for the PR yet. It could be because author doesn't have permissions to run those or skip-checks keywords were added to PR/commits, aborting merge. Please get/give approval for the workflows and/or remove skip ci decorators before next merge attempt. If you think this is a mistake, please contact PyTorch Dev Infra. |
|
@soulitzer, could you please review the change. |
This PR was reopened (likely due to being reverted), so your approval was removed. Please request another review.
7c81149 to
1cf0a29
Compare
|
@pytorchbot merge |
|
This PR needs to be approved by an authorized maintainer before merge. |
|
@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 |
Merge failedReason: 1 mandatory check(s) failed. The first few are: Dig deeper by viewing the failures on hud |
|
Can you fix the lint? |
|
@pytorchbot rebase |
|
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
…or FPE for cpu kernel.
Move TORCH_CHECK_VALUE for step > 0 from CPU kernel to shared unfold_backward function to ensure all backends validate the parameter.
|
Successfully rebased |
6f1f257 to
fb310a9
Compare
|
@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 |
pytorch#162720) …or FPE. Fixes pytorch#142462 Pull Request resolved: pytorch#162720 Approved by: https://github.com/isuruf
…or FPE.
Fixes #142462
cc @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10 @jerryzh168 @aditew01 @malfet