-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add cross OpInfo #55483
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
Add cross OpInfo #55483
Conversation
💊 CI failures summary and remediationsAs of commit cfac3fd (more details on the Dr. CI page):
1 failure not recognized by patterns:
This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group. |
Lots of |
Codecov Report
@@ Coverage Diff @@
## master #55483 +/- ##
==========================================
- Coverage 77.65% 77.47% -0.19%
==========================================
Files 1957 1957
Lines 195142 195146 +4
==========================================
- Hits 151542 151189 -353
- Misses 43600 43957 +357 |
# Resized a non-empty tensor but did not warn about it. | ||
SkipInfo('TestCommon', 'test_out'), | ||
) | ||
), |
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.
TODO: make flake happy
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.
nice!
Please remove the autograd tests added in this PR: #55854
@mruberry has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Hey @mruberry pytorch_windows_vs2019_py36_cuda11.1_test1 starts to fail after this commit. Do you know if that failure is relevant to this PR? |
@mruberry, it's probably another CUDA 11.1 bug, as this test had passed with CUDA 10.1. |
Definitely related! |
This pull request has been reverted by 6bc3ad2. |
That bug isn't present in CUDA 11.3, which would be added to CI soon (#56721). Didn't test with CUDA 11.2, though. |
Summary: One of the tasks in pytorch#54261. Pull Request resolved: pytorch#55483 Reviewed By: ngimel Differential Revision: D28143091 Pulled By: mruberry fbshipit-source-id: 0b98226a1811f61cb90d2248dd4425135a096551
One of the tasks in #54261.