mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/58517 Building upon the sharding specifications, this PR introduces the intial skeleton of ShardedTensor and allows building a ShardedTensor by specifying ChunkedShardingSpec. In follow up PRs, I'll add further support for GenericShardingSpec. ghstack-source-id: 129917841 Test Plan: 1) unit tests. 2) waitforbuildbot Reviewed By: SciPioneer Differential Revision: D28526012 fbshipit-source-id: 8e62847b58957d284e40f57a644302c171289138 |
||
|---|---|---|
| .. | ||
| _sharded_tensor | ||
| _sharding_spec | ||
| algorithms/ddp_comm_hooks | ||
| bin | ||
| elastic | ||
| launcher | ||
| nn/jit | ||
| optim | ||
| pipeline/sync | ||
| rpc | ||
| argparse_util_test.py | ||
| test_c10d_common.py | ||
| test_c10d_gloo.py | ||
| test_c10d_nccl.py | ||
| test_c10d_spawn.py | ||
| test_c10d_spawn_gloo.py | ||
| test_c10d_spawn_nccl.py | ||
| test_data_parallel.py | ||
| test_distributed_fork.py | ||
| test_distributed_spawn.py | ||
| test_jit_c10d.py | ||
| test_launcher.py | ||
| test_nccl.py | ||