-
Notifications
You must be signed in to change notification settings - Fork 863
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
Fix for GPU regression failure #2636
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2636 +/- ##
=======================================
Coverage 71.34% 71.34%
=======================================
Files 85 85
Lines 3905 3905
Branches 58 58
=======================================
Hits 2786 2786
Misses 1115 1115
Partials 4 4 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Can we please merge the fix for dcgan or skip the test asap and also skip the oom test since it's been blocking us from getting a useful signal on regression tests for weeks now
…torch/serve into issues/fix_regression_failure
Hi @msaroufim I've fixed the dcgan test, skipped 2 tests in sm_mme. |
The test passes locally, not on the runner
Failing run |
The test torch.compile issue is this upstream issue from core pytorch/pytorch#103417 - the fix will involve updating some instructions to the runner since this is pointing to an issue with how nvidia drivers are installed |
Description
This PR fixes GPU regression runs by following
Fixes #(issue)
Type of change
Please delete options that are not relevant.
Feature/Issue validation/testing
Please describe the Unit or Integration tests that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced.
Please also list any relevant details for your test configuration.
Passing Regression GPU runner on custom runner
Passing Docker Regression run
Checklist: