pytorch/test/distributed
Aliaksandr Ivanou 77ccd4f9a3 [5/n][torch/elastic][upstream] Move torchelastic/agent to torch/distributed/elastic/agent (#54343)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/54343

Move torchelastic/agent to torch/distributed/elastic/agent

Test Plan:
buck test mode/dev-nosan //pytorch/elastic/torchelastic/...
      buck test mode/dev-nosan //caffe2/test/distributed/elastic/agent/server/test/...

Reviewed By: kiukchung, wilson100hong

Differential Revision: D27173271

fbshipit-source-id: 26761acc3f962af2afffcc3c7a237f3b6d65e531
2021-03-22 23:15:37 -07:00
..
algorithms/ddp_comm_hooks Properly skip distributed tests when distributed module is not built (#52945) 2021-03-05 10:28:47 -08:00
elastic [5/n][torch/elastic][upstream] Move torchelastic/agent to torch/distributed/elastic/agent (#54343) 2021-03-22 23:15:37 -07:00
nn/jit Properly skip distributed tests when distributed module is not built (#52945) 2021-03-05 10:28:47 -08:00
optim [TestZeroRedundancyOptimizer] Add multi gpu checker (#53564) 2021-03-10 15:17:55 -08:00
pipeline/sync Remove join_workers from Pipeline destructor. (#53433) 2021-03-11 17:05:22 -08:00
rpc Properly skip distributed tests when distributed module is not built (#52945) 2021-03-05 10:28:47 -08:00
test_c10d.py [distributed] add processgroup options as argument (#53663) 2021-03-18 01:04:17 -07:00
test_c10d_spawn.py [distributed] add processgroup options as argument (#53663) 2021-03-18 01:04:17 -07:00
test_data_parallel.py [ROCm] Enable test cases in test_data_parallel.py for ROCm (#52708) 2021-03-11 18:29:37 -08:00
test_distributed_fork.py Disable TF32 on DDP tests (#52941) 2021-03-11 18:31:28 -08:00
test_distributed_spawn.py Disable TF32 on DDP tests (#52941) 2021-03-11 18:31:28 -08:00
test_jit_c10d.py Properly skip distributed tests when distributed module is not built (#52945) 2021-03-05 10:28:47 -08:00
test_nccl.py