-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Fix DistribType for ddp_cpu (spawn)
#7492
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
Codecov Report
@@ Coverage Diff @@
## master #7492 +/- ##
=======================================
- Coverage 92% 88% -5%
=======================================
Files 196 196
Lines 12835 12835
=======================================
- Hits 11854 11270 -584
- Misses 981 1565 +584 |
awaelchli
left a comment
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
|
Rebased onto master to fix the failing test. Would it be possible to get another approval + merge this in? This is blocking us from upgrading to Lightning 1.3 (which has several bugfixes that we need). |
ddp_cpuddp_cpu (spawn)
|
@alanhdu added a changelog and notified staff for review. |
Closes #7491, assuming that
ddp_cpuis still usingddp_spawnbehind the scenes.