-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[ROCm] if TEST_WITH_ROCM, only instantiate GPU device tests #55069
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
💊 CI failures summary and remediationsAs of commit 8a4c5e7 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 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. |
Not sure why we're seeing such variation. |
Codecov Report
@@ Coverage Diff @@
## master #55069 +/- ##
===========================================
+ Coverage 60.24% 77.28% +17.03%
===========================================
Files 564 1893 +1329
Lines 69908 186474 +116566
===========================================
+ Hits 42118 144118 +102000
- Misses 27790 42356 +14566 |
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.
LGTM
I took a look at the logs for test2; it seems that the unit test suites in the 2 logs are not exactly the same. |
@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
This env var works similarly for both cuda and rocm builds. Consider removing the ROCm-specific change in #55069 which came before the addition of this env var for cuda. Pull Request resolved: #76668 Approved by: https://github.com/janeyx99
Summary: This env var works similarly for both cuda and rocm builds. Consider removing the ROCm-specific change in #55069 which came before the addition of this env var for cuda. Pull Request resolved: #76668 Approved by: https://github.com/janeyx99 Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/f1f29ac8b3cc3d7454a2d62cf0de525fe59eeeac Reviewed By: malfet Differential Revision: D36134095 fbshipit-source-id: 8a4a8473fbb1bc26caabcede3f2540e9d699a67b
Improves ROCm CI throughput by instantiating only for device tests that exercise the AMD GPU devices.