pytorch/test/distributed
Wanchao Liang fb556c91ce [BE] delete frontend.cpp (#67400)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/67400

c10d/frontend.cpp was originally proposed to introduce pure C++ API and use TorcBind to share python level API with TorchScript. This is no longer needed, so delete this to reduce code redundancy.
ghstack-source-id: 143910066
ghstack-source-id: 143910066

Test Plan: wait for ci

Reviewed By: navahgar

Differential Revision: D31979270

fbshipit-source-id: 6ceb8b53d67ab8f9aef44b34da79346dfbb51225
2021-11-21 23:30:52 -08:00
..
_sharded_tensor Rename shard_lengths to shard_sizes to be more inline with Tensor sizes. (#66464) 2021-11-19 16:30:00 -08:00
_sharding_spec Rename shard_lengths to shard_sizes to be more inline with Tensor sizes. (#66464) 2021-11-19 16:30:00 -08:00
algorithms [BE] move init_multigpu_helper to common_distributed (#67050) 2021-10-22 17:16:11 -07:00
bin Add test owner to distributed files starting with test_ (#66797) 2021-10-19 10:55:20 -07:00
elastic Revise the socket implementation of c10d (#68226) 2021-11-16 20:49:25 -08:00
fsdp export CPUOffload in _fsdp package (#68308) 2021-11-16 22:56:12 -08:00
launcher [torchelastic][1/n] Fix caffe2.test.distributed.launcher.api_test flaky tests (#68624) 2021-11-19 15:23:30 -08:00
nn/jit Have test classes extend from common_utils.TestCase, not unittest.TestCase (#66900) 2021-10-19 16:54:05 -07:00
optim Adds a maximize flag to SGD. (#67847) 2021-11-09 00:43:07 -08:00
pipeline/sync [skip ci] set more tests with owners for distributed and elastic (#67583) 2021-11-01 12:26:03 -07:00
rpc Add test owner to distributed files starting with test_ (#66797) 2021-10-19 10:55:20 -07:00
argparse_util_test.py [skip ci] set more tests with owners for distributed and elastic (#67583) 2021-11-01 12:26:03 -07:00
test_c10d_common.py [BE] rename some tests in test_c10d_common (#67828) 2021-11-18 17:14:58 -08:00
test_c10d_gloo.py Raise warning when calling collectives on non-member group objects (#67639) 2021-11-02 20:04:07 -07:00
test_c10d_nccl.py [reland] Fix flaky test_nccl_timeout (#68544) 2021-11-19 13:25:24 -08:00
test_c10d_spawn.py Add test owner to distributed files starting with test_ (#66797) 2021-10-19 10:55:20 -07:00
test_c10d_spawn_gloo.py Add test owner to distributed files starting with test_ (#66797) 2021-10-19 10:55:20 -07:00
test_c10d_spawn_nccl.py Add test owner to distributed files starting with test_ (#66797) 2021-10-19 10:55:20 -07:00
test_data_parallel.py Add test owner to distributed files starting with test_ (#66797) 2021-10-19 10:55:20 -07:00
test_distributed_spawn.py Add test owner to distributed files starting with test_ (#66797) 2021-10-19 10:55:20 -07:00
test_launcher.py Add test owner to distributed files starting with test_ (#66797) 2021-10-19 10:55:20 -07:00
test_nccl.py [NCCL] Patch bfloat16 support (#67843) 2021-11-09 13:46:13 -08:00
test_pg_wrapper.py Add test owner to distributed files starting with test_ (#66797) 2021-10-19 10:55:20 -07:00
test_store.py Revise the socket implementation of c10d (#68226) 2021-11-16 20:49:25 -08:00