summaryrefslogtreecommitdiff
path: root/torch/distributed/launch.py
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Raise CalledProcessError when torch.distributed launch process not return 0 (...Andy Wei1-0/+3
2018-10-05Warn about local_rank not being globally unique. (#12370)Edward Yang1-0/+8
2018-08-27Make torch.cuda.* take device objects; Update distributed docs (#10833)Tongzhou Wang1-1/+3
2018-05-12Use customized python interpreter (#7520)Kaiyu Shi1-1/+2
2018-05-03Add unbuffered flag to distributed node launcher (#7226)Edgar Andrés Margffoy Tuay1-0/+1
2018-04-15Added distributed docs on NCCL2 backend/functions and launch module (#6579)Teng Li1-47/+75
2018-03-13Added torch.distributed.launch module for easier multi-proc/node distributed ...Teng Li1-0/+179