pytorch/test/distributed
Alexander Golynski 2b6c09c11e Add futures to ProcessGroupMPI work (but not including Send/Recv) and python DDP comm hook testing (#57214)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/57214

Test Plan: Imported from OSS

Reviewed By: mrshenli

Differential Revision: D28200791

Pulled By: agolynski

fbshipit-source-id: 83f814abd4f2eea70e383ed373b04aae8291be55
2021-05-04 16:04:45 -07:00
..
algorithms/ddp_comm_hooks
bin Pytorch resolve bug around incorrect rdzv handler resolution (#56386) 2021-04-19 23:50:28 -07:00
elastic [23/n] [torch/elastic] Introduce the implementation of DynamicRendezvousHandler (#57151) 2021-05-03 18:32:43 -07:00
launcher [23/n][torch/elastic][upstream] Rename torch.distributed.elastic_launch to torch.distributed.run (#56831) 2021-04-29 11:06:20 -07:00
nn/jit
optim Add lint for unqualified type: ignore (#56290) 2021-04-21 08:07:23 -07:00
pipeline/sync Add lint for unqualified noqa (#56272) 2021-04-19 13:16:18 -07:00
rpc Skip RPC's CPU-only tests on CircleCI GPU jobs (#55778) 2021-04-15 11:20:44 -07:00
argparse_util_test.py [19/n][torch/elastic][upstream] Replace pytorch.distributed.launch with torchelastic launcher (#56214) 2021-04-16 13:38:23 -07:00
test_c10d_common.py Update compare_set implementation for FileStore and HashStore (#57175) 2021-04-29 10:48:11 -07:00
test_c10d_gloo.py [c10d] Increment sequence numbers on collectives. (#55718) 2021-04-23 10:06:56 -07:00
test_c10d_nccl.py Add futures to ProcessGroupMPI work (but not including Send/Recv) and python DDP comm hook testing (#57214) 2021-05-04 16:04:45 -07:00
test_c10d_spawn.py Split test_c10d.py to test_c10d_common.py, test_c10d_gloo.py, test_c10d_nccl.py (#56598) 2021-04-21 22:10:41 -07:00
test_c10d_spawn_gloo.py Split test_c10d_spawn.py to test_c10d_spawn_gloo.py,test_c10d_spawn_nccl.py (#56599) 2021-04-21 22:11:49 -07:00
test_c10d_spawn_nccl.py Split test_c10d_spawn.py to test_c10d_spawn_gloo.py,test_c10d_spawn_nccl.py (#56599) 2021-04-21 22:11:49 -07:00
test_data_parallel.py
test_distributed_fork.py [RFC]fix test_ddp_logging_data_cpu with tsan (#54465) 2021-04-13 11:20:43 -07:00
test_distributed_spawn.py
test_jit_c10d.py Fix misleading messages in test_jit_c10d (#57256) 2021-04-29 09:17:41 -07:00
test_launcher.py Pytorch resolve bug around incorrect rdzv handler resolution (#56386) 2021-04-19 23:50:28 -07:00
test_nccl.py