Skip to content

Conversation

teng-li
Copy link
Contributor

@teng-li teng-li commented Sep 7, 2018

The old torch.distributed will go to torch.distributed.deprecated
The old DDP will go to torch.nn.parallel.deprecated

Now torch.nn.parallel.DDP will use c10d DDP
Now torch.distributed will use C10d frontend API

@teng-li teng-li added the oncall: distributed Add this issue/PR to distributed oncall triage queue label Sep 7, 2018
@teng-li teng-li force-pushed the c10d_release branch 2 times, most recently from 642ded8 to 83ceacc Compare September 7, 2018 22:18
@teng-li
Copy link
Contributor Author

teng-li commented Sep 7, 2018

@pytorchbot retest this please

@teng-li teng-li force-pushed the c10d_release branch 2 times, most recently from b54ba1a to 864bc53 Compare September 8, 2018 00:04
@teng-li
Copy link
Contributor Author

teng-li commented Sep 8, 2018

@pytorchbot retest this please

1 similar comment
@teng-li
Copy link
Contributor Author

teng-li commented Sep 8, 2018

@pytorchbot retest this please

@teng-li teng-li force-pushed the c10d_release branch 4 times, most recently from b060db9 to f028081 Compare September 8, 2018 04:51
@teng-li teng-li changed the title [WIP][c10d] C10d release to torch.distributed for PT1 [c10d] C10d release to torch.distributed for PT1 Sep 8, 2018
@teng-li
Copy link
Contributor Author

teng-li commented Sep 8, 2018

@pietern This PR should be good to go. Please review/stamp

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

teng-li has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@myleott
Copy link

myleott commented Sep 10, 2018

Please make sure to merge the gradient normalization change from here: #11109

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

teng-li has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

PenghuiCheng pushed a commit to PenghuiCheng/pytorch that referenced this pull request Sep 11, 2018
Summary:
The old `torch.distributed` will go to `torch.distributed.deprecated`
The old DDP will go to `torch.nn.parallel.deprecated`

Now `torch.nn.parallel.DDP` will use c10d DDP
Now `torch.distributed` will use C10d frontend API
Pull Request resolved: pytorch#11405

Reviewed By: pietern

Differential Revision: D9733733

Pulled By: teng-li

fbshipit-source-id: d6a3f3e73f8d3a7fcb1f4baef53c78063b8cbb08
facebook-github-bot pushed a commit that referenced this pull request Sep 11, 2018
…ibuted doc (#11450)

Summary:
This is the new documentation for c10d release, and it also deprecates the old torch.distributed document.

This PR depends on #11405

and should only be landed after #11405 is landed
Pull Request resolved: #11450

Differential Revision: D9765504

Pulled By: teng-li

fbshipit-source-id: 48f38b27b8c270baf389f8e478ea226b9ecc63db
@teng-li teng-li deleted the c10d_release branch October 4, 2018 23:43
@pietern pietern mentioned this pull request Jun 21, 2019
pietern added a commit to pietern/pytorch that referenced this pull request Jun 25, 2019
It's been ~9 months since moving THD to the
torch.distributed.deprecated namespace (see pytorch#11405) and we haven't
seen issues related to it, so it's time to remove it.

Closes pytorch#18967.
facebook-github-bot pushed a commit that referenced this pull request Jun 25, 2019
Summary:
It's been ~9 months since moving THD to the `torch.distributed.deprecated` namespace (see #11405) and we haven't seen issues related to it, so it's time to remove it.

Closes #18967.
Pull Request resolved: #22065

Reviewed By: mrshenli

Differential Revision: D15983669

Pulled By: pietern

fbshipit-source-id: 2a2f5866f9a63040bc7cef3956d5fd215aba7165
zdevito pushed a commit to zdevito/ATen that referenced this pull request Jun 25, 2019
Summary:
It's been ~9 months since moving THD to the `torch.distributed.deprecated` namespace (see pytorch/pytorch#11405) and we haven't seen issues related to it, so it's time to remove it.

Closes pytorch/pytorch#18967.
Pull Request resolved: pytorch/pytorch#22065

Reviewed By: mrshenli

Differential Revision: D15983669

Pulled By: pietern

fbshipit-source-id: 2a2f5866f9a63040bc7cef3956d5fd215aba7165
@ezyang ezyang added the merged label Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
oncall: distributed Add this issue/PR to distributed oncall triage queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants