summaryrefslogtreecommitdiff
path: root/torch/distributed/distributed_c10d.py
AgeCommit message (Expand)AuthorFilesLines
2019-04-18Cleanup init_process_group (#19033)Kutta Srinivasan1-23/+37
2019-04-10ProcessGroupMPI exists only if it is valid (#14809)Pieter Noordhuis1-96/+77
2019-04-09Propagate ProcessGroup timeout to Store (#16571)Shen Li1-0/+14
2019-04-04Allow override of backend in dist.new_group() (#18595)Pieter Noordhuis1-9/+36
2019-04-03Highlight NCCL all_reduce and all_gather requirements (#18741)Shen Li1-1/+4
2019-04-02Fix flake8 issues in gragrad testIgor Fedan1-1/+0
2019-04-01C++ handler for gradient reduction (#18251)Pieter Noordhuis1-0/+1
2019-03-30Turn on F401: Unused import warning. (#18598)Edward Yang1-1/+4
2019-03-12Fixed a formatting issue in doc comments (#17505)Brian Johnson1-4/+4
2019-02-27add elastic zeus handler (#16746)Jane Wang1-1/+8
2019-02-26Fix typohysts1-1/+1
2018-12-04Making dist.get_default_group private for PT1 release (#14767)Teng Li1-3/+3
2018-11-29Enable tests for CPU tensors in test_distributed.py (#14572)Pieter Noordhuis1-4/+12
2018-11-29Fixed new_group won't work for two or more different rank groups (#14529)Teng Li1-3/+15
2018-11-29Make env init_method support both env and args for rank and size (#14494)Teng Li1-8/+9
2018-11-29Add sourceRank() to ProcessGroup::Work (#14453)Pieter Noordhuis1-3/+3
2018-11-28Add timeout kwarg to init_process_group (#14435)Pieter Noordhuis1-6/+24
2018-11-19Tensor type checking and informative error messages for torch.distributed (#1...Teng Li1-0/+41
2018-11-07Rename DistBackend -> Backend (#11830)Tongzhou Wang1-45/+69
2018-11-05Error msg on TCP backend (#13596)Teng Li1-0/+5
2018-10-25Use default timeout of 30 minutes for gloo backend (#13056)Pieter Noordhuis1-2/+17
2018-09-24Fix mispelling of AVAILABLE. (#12016)Edward Yang1-6/+6
2018-09-18Add distributed get_backend (#11715)Tongzhou Wang1-15/+73
2018-09-14Add message tag parameter to send/recvPieter Noordhuis1-13/+21
2018-09-10C10d release to torch.distributed for PT1 (#11405)Teng Li1-0/+1085