[TestZeroRedundancyOptimizer] Add multi gpu checker#53564
[TestZeroRedundancyOptimizer] Add multi gpu checker#53564jaglinux wants to merge 1 commit intopytorch:masterfrom
Conversation
The test test_collect_shards fails on single GPU setup. Enabling the multi gpu checker. Signed-off-by: Jagadish Krishnamoorthy <jagdish.krishna@gmail.com>
💊 CI failures summary and remediationsAs of commit 4b0df0b (more details on the Dr. CI page):
ci.pytorch.org: 1 failedThis 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. |
Codecov Report
@@ Coverage Diff @@
## master #53564 +/- ##
==========================================
- Coverage 77.64% 77.22% -0.43%
==========================================
Files 1869 1869
Lines 182321 182321
==========================================
- Hits 141570 140793 -777
- Misses 40751 41528 +777 |
rohan-varma
left a comment
There was a problem hiding this comment.
Thanks! Rocm failure is test_reference_numerics_normal_tanh_cuda_complex64, looks unrelated
facebook-github-bot
left a comment
There was a problem hiding this comment.
@rohan-varma has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Yes, test is unrelated. A different PR made ROCm changes and was merged before passing CI. It has since been reverted. But I'd rather not go through a rebase and prolong this current PR landing. |
|
@jeffdaily sounds good I'm landing the PR shortly. |
|
@rohan-varma merged this pull request in 2cf9098. |
Summary: The test test_collect_shards fails on single GPU setup. Enabling the multi gpu checker. Signed-off-by: Jagadish Krishnamoorthy <jagdish.krishna@gmail.com> Pull Request resolved: pytorch#53564 Reviewed By: H-Huang Differential Revision: D26952325 Pulled By: rohan-varma fbshipit-source-id: e8956f9277c7320024bece129767e83fbdf02b2c
…zer.test_collect_shards` (#72923) * [TestZeroRedundancyOptimizer] Add multi gpu checker (#53564) Summary: The test test_collect_shards fails on single GPU setup. Enabling the multi gpu checker. Signed-off-by: Jagadish Krishnamoorthy <jagdish.krishna@gmail.com> Pull Request resolved: #53564 Reviewed By: H-Huang Differential Revision: D26952325 Pulled By: rohan-varma fbshipit-source-id: e8956f9277c7320024bece129767e83fbdf02b2c * fix skip_if_not_multigpu Co-authored-by: Jagadish Krishnamoorthy <jagdish.krishna@gmail.com>
Summary: The test test_collect_shards fails on single GPU setup. Enabling the multi gpu checker. Signed-off-by: Jagadish Krishnamoorthy <jagdish.krishna@gmail.com> Pull Request resolved: pytorch#53564 Reviewed By: H-Huang Differential Revision: D26952325 Pulled By: rohan-varma fbshipit-source-id: e8956f9277c7320024bece129767e83fbdf02b2c
The test test_collect_shards fails on single GPU setup.
Enabling the multi gpu checker.
Signed-off-by: Jagadish Krishnamoorthy jagdish.krishna@gmail.com