-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Include torch warn in each error in cudnn/Conv_v8.cpp #120719
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/120719
Note: Links to docs will display an error until the docs builds have been completed. ⏳ 61 Pending, 1 Unrelated FailureAs of commit d4fb4f0 with merge base d1510e0 ( 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. |
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.
Thanks for the fix, would it also be possible to add these changes to try_configs
codepath, as that's the path that is actually run by default in most cases?
Sure, it is added. |
CC @atalman for review |
@janeyx99 ty |
@pytorchbot merge -r |
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
Successfully rebased |
423c442
to
d4fb4f0
Compare
Merge failedReason: This PR needs a If not, please add the To add a label, you can comment to pytorchbot, for example For more information, see Details for Dev Infra teamRaised by workflow job |
@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 |
@pytorchbot revert -c weird -m "sorry but am reverting as this prints unwanted warnings even when an exception is not thrown " It would be better if the warnings only gave more color to an already-gonna-be-thrown exception vs when the program will continue safely |
@pytorchbot successfully started a revert job. Check the current status here. |
This reverts commit 5fd7f5c. Reverted #120719 on behalf of https://github.com/janeyx99 due to sorry but am reverting as this prints unwanted warnings even when an exception is not thrown ([comment](#120719 (comment)))
@lancerts your PR has been successfully reverted. |
This PR was reopened (likely due to being reverted), so your approval was removed. Please request another review.
…h#120719)" This reverts commit 5fd7f5c. Reverted pytorch#120719 on behalf of https://github.com/janeyx99 due to sorry but am reverting as this prints unwanted warnings even when an exception is not thrown ([comment](pytorch#120719 (comment)))
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
…" (#125790) This reverts commit 5fd7f5c. Reverted #120719 on behalf of https://github.com/janeyx99 due to sorry but am reverting as this prints unwanted warnings even when an exception is not thrown ([comment](#120719 (comment))) Co-authored-by: PyTorch MergeBot <[email protected]>
Fixes #120702