summaryrefslogtreecommitdiff
path: root/test/test_c10d.py
AgeCommit message (Expand)AuthorFilesLines
2019-04-19Make finding unused model parameters optional (#19515)Pieter Noordhuis1-0/+63
2019-04-18Recursively find tensors in DDP module output (#19360)Pieter Noordhuis1-0/+90
2019-04-17Allow DDP to wrap multi-GPU modules (#19271)Shen Li1-11/+190
2019-04-15Make DistributedDataParallel use new reducer (#18953)Pieter Noordhuis1-0/+46
2019-04-10Fix flaky store timeout test (#19114)Shen Li1-12/+23
2019-04-09Propagate ProcessGroup timeout to Store (#16571)Shen Li1-0/+47
2019-04-05Increase default c10d/ProcessGroupGloo test timeout (#18916)Pieter Noordhuis1-1/+1
2019-04-05Add tests for reducer class (#18845)Pieter Noordhuis1-0/+136
2019-03-22Correctly call superclass setUp in TestCase subclasses. (#18291)Edward Yang1-6/+5
2019-01-23Disable flaky testEdward Yang1-0/+1
2019-01-18TCP init method race condition fix (#15684)Teng Li1-40/+24
2018-12-11add gloo support for gather on GPU (#14916)Jane Wang1-3/+54
2018-12-11add gloo scatter support on GPU (#14917)Jane Wang1-3/+54
2018-12-10add gloo allgather support on GPU (#14576)Jane Wang1-3/+45
2018-12-06Skipping two c10d tests only if there are multi-GPUs (#14860)Teng Li1-0/+2
2018-12-05Increase test timeout (#14814)Pieter Noordhuis1-1/+1
2018-12-05Retry test on address already in use error (#14815)Pieter Noordhuis1-0/+1
2018-12-03Fix multi-argument allreduce in ProcessGroupGloo (#14688)Pieter Noordhuis1-4/+43
2018-11-29Make env init_method support both env and args for rank and size (#14494)Teng Li1-0/+49
2018-11-29add gloo support for reduce on GPU (#14443)Jane Wang1-2/+46
2018-11-27Fixed SyncParam/QueueReduction/SyncReduction test for 2+ GPUs (#14452)Teng Li1-5/+5
2018-11-27Barrier synchronizes with prior work before completing (#14386)Pieter Noordhuis1-3/+2
2018-11-27Make ProcessGroup::Work::wait() throw (#14298)Pieter Noordhuis1-3/+6
2018-11-27Use new style barrier support in c10d/gloo (#14294)Pieter Noordhuis1-0/+19
2018-11-26Fixed c10d test (#14389)Teng Li1-1/+1
2018-11-21Robust NCCL barrier improvement to cover all devices combinations (#14271)Teng Li1-0/+30
2018-11-14Retry test on "Address already in use" error (#13911)Pieter Noordhuis1-0/+3
2018-11-14FileStore auto deletes file and FileStore::add bug fix (#13708)Teng Li1-40/+59
2018-11-10Remove potential infinite loop from test_c10d.py (#13816)Pieter Noordhuis1-1/+4
2018-11-07Added the finer bucketing option for DDP (#13607)Teng Li1-2/+3
2018-11-06Consolidate argument checkers (#13623)Pieter Noordhuis1-14/+14
2018-11-05Disabling NCCL coalesced bcast test since it hangs in CI (#13606)Teng Li1-0/+11
2018-11-05Mixed precision DDP hang fix and fine-grained option for DDP perf (#13496)Teng Li1-16/+64
2018-11-05Add new style broadcast support in c10d/gloo (#13497)Pieter Noordhuis1-7/+97
2018-11-05Add new style allreduce support in c10d/gloo (#13426)Pieter Noordhuis1-25/+58
2018-11-05Add reduce support in c10d/gloo (#13425)Pieter Noordhuis1-0/+69
2018-11-05Add allgather support in c10d/gloo (#13424)Pieter Noordhuis1-0/+58
2018-11-05Add gather support in c10d/gloo (#13423)Pieter Noordhuis1-0/+88
2018-11-05Add scatter support in c10d/gloo (#13422)Pieter Noordhuis1-0/+91
2018-10-29Test scripts only run cases defined in the running script (#13250)Tongzhou Wang1-2/+2
2018-10-26Shard all of tests based on how many tests exist. (#13160)Zachary DeVito1-1/+4
2018-10-26Ignore flake8 warnings in test_c10d.py (#13159)Pieter Noordhuis1-2/+6
2018-10-25Use default timeout of 30 minutes for gloo backend (#13056)Pieter Noordhuis1-0/+18
2018-10-24DDP perf improvement: move sync_reduction to C++, dedicated CUDA streams for ...Teng Li1-0/+18
2018-10-22Move DDP queue_reduction to C++ (#12852)Teng Li1-2/+30
2018-10-18Try to reduce c10d test flakiness (#12782)Pieter Noordhuis1-16/+29
2018-10-17Rename test/common.py to test/common_utils.py (#12794)James Sun1-2/+2
2018-09-19Add env:// rendezvous test (#11782)Pieter Noordhuis1-0/+72
2018-09-14Add message tag parameter to send/recvPieter Noordhuis1-2/+2
2018-09-11convert output_device at data_parallel from torch.device to index (#10189)Wei Yang1-4/+7