pytorch/test/distributed
2025-05-21 01:45:20 +00:00
..
_composable Refactoring FSDP2 (_composable/fsdp) test cases to be device agnostic (#149848) 2025-05-19 05:46:51 +00:00
_shard add support for 0 size shardedTensor and recalculate metadata from all_gather (#152583) 2025-05-03 17:26:29 +00:00
_tools [BE][DTensor] move torch.distributed._tensor import to torch.distributed.tensor in test files (#153225) 2025-05-09 20:40:54 +00:00
algorithms Remove NO_MULTIPROCESSING_SPAWN checks (#146705) 2025-02-28 05:53:19 +00:00
bin
checkpoint [DSD] Don't pop tensors if they are on Meta device (#153185) 2025-05-16 07:18:39 +00:00
elastic elastic: do not shutdown rendezvous on leaving workers (#152525) 2025-05-14 00:44:10 +00:00
flight_recorder [c10d][fr] Fix another bug when we should continue when the op list is empty (#151798) 2025-04-22 04:43:31 +00:00
fsdp [BE][DTensor] move torch.distributed._tensor import to torch.distributed.tensor in test files (#153225) 2025-05-09 20:40:54 +00:00
launcher PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
nn/jit PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
optim Enable ASAN in CUDA tests (#147512) 2025-02-25 02:58:39 +00:00
pipelining [PP] Optimize memory usage by releasing output memory earlier (#153383) 2025-05-13 14:42:38 +00:00
rpc
tensor [ca][dtensor] run real PG dtensor tests under CA (#152689) 2025-05-16 01:38:03 +00:00
argparse_util_test.py
test_backends.py
test_c10d_common.py [c10d] Allow split_group to work with non nccl backends (#152175) 2025-05-16 00:15:29 +00:00
test_c10d_functional_native.py Add a test for AsyncCollectiveTensor handling for maybe-view ops (#152688) 2025-05-05 17:21:00 +00:00
test_c10d_gloo.py Reapply "ProcessGroupGloo: support lazy_init (#150801)" (#151031) 2025-04-11 01:58:35 +00:00
test_c10d_logger.py
test_c10d_nccl.py Revert "[CI][CUDA] Move cu118 distributed pull jobs to cu126, move cu124-sm75 to cu126-sm75 (#151594)" 2025-05-21 01:45:20 +00:00
test_c10d_object_collectives.py Update test_c10d_object_collectives.py with DistributedTestBase class (#145056) 2025-02-13 03:57:59 +00:00
test_c10d_ops_nccl.py Revert "[Distributed][CI] Rework continuous TestCase (#153653)" 2025-05-19 18:29:27 +00:00
test_c10d_pypg.py c10d/ProcessGroup: cleanup abort and shutdown (#148798) 2025-03-08 18:33:18 +00:00
test_c10d_spawn_gloo.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_c10d_spawn_nccl.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_c10d_spawn_ucc.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_c10d_spawn.py Remove NO_MULTIPROCESSING_SPAWN checks (#146705) 2025-02-28 05:53:19 +00:00
test_c10d_ucc.py XFAIL test_save_load_checkpoint (#144927) 2025-01-16 07:31:56 +00:00
test_collective_utils.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_composability.py [BE][DTensor] move torch.distributed._tensor import to torch.distributed.tensor in test files (#153225) 2025-05-09 20:40:54 +00:00
test_compute_comm_reordering.py [inductor][comms] skip reorder_for_locality for wait nodes (#150074) 2025-04-16 10:18:33 +00:00
test_control_collectives.py
test_data_parallel.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_device_mesh.py [device_mesh] improve device selection logic (#150897) 2025-05-14 06:29:16 +00:00
test_distributed_spawn.py Remove NO_MULTIPROCESSING_SPAWN checks (#146705) 2025-02-28 05:53:19 +00:00
test_dynamo_distributed.py [dynamo] unimplemented -> unimplemented_v2 in variables/builtin.py (#151145) 2025-04-16 17:16:05 +00:00
test_fake_pg.py [BE][DTensor] move torch.distributed._tensor import to torch.distributed.tensor in test files (#153225) 2025-05-09 20:40:54 +00:00
test_functional_api.py Revert "[inductor][dynamo] Include operator name in size/stride/alignment assertion (#152353)" 2025-05-16 08:20:39 +00:00
test_inductor_collectives.py [Graph Partition] Maintain relative order within partition during reordering (#153111) 2025-05-09 18:49:53 +00:00
test_launcher.py Fix unused Python variables in test/[a-d]* (#134665) 2024-12-13 22:13:12 +00:00
test_multi_threaded_pg.py
test_nccl.py
test_nvshmem.py Revert "[Distributed][CI] Rework continuous TestCase (#153653)" 2025-05-19 18:29:27 +00:00
test_pg_wrapper.py
test_serialization.py distributed/serialization: add experimental streaming torch.save/load methods (#146555) 2025-02-07 18:08:11 +00:00
test_store.py c10d/Store: add nonblocking mode to queue_pop (#151485) 2025-04-18 02:14:50 +00:00
test_symmetric_memory.py Fix test_fused_scaled_matmul_reduce_scatter when scatter_dim is 0 (#153286) 2025-05-12 17:38:49 +00:00