pytorch/test/distributed
2025-10-31 13:44:05 +00:00
..
_composable [3/N] Fix unused loop variables (#166509) 2025-10-30 20:13:51 +00:00
_pycute [DeviceMesh] Prefer using _layout over _mesh for all sorts of things (#165554) 2025-10-17 17:57:51 +00:00
_shard Enable all SIM rules except disabled ones (#164645) 2025-10-17 07:27:11 +00:00
_tools [1/N] Apply UP035 rule in tests (#163947) 2025-09-29 01:42:01 +00:00
algorithms Enable all PIE rules on ruff (#165814) 2025-10-18 07:36:18 +00:00
bin
checkpoint [2/N][Fix] Fix typo in test folder (#166374) 2025-10-29 03:02:07 +00:00
elastic [AI Codemod][DevmateFBSourceTestFailureBot] Fix for T241916639 ("Your diff, D84932408, broke one test") (#166168) 2025-10-25 06:46:23 +00:00
flight_recorder [fr] Skip the dtype check for some one to all or all to one collective (#163839) 2025-09-25 16:02:06 +00:00
fsdp [xpu][test][1/N] Port 3 fsdp distributed test cases to Intel GPU (#161476) 2025-10-30 07:30:04 +00:00
launcher Support XPU in --nproc-per-node option to torchrun (#159474) 2025-09-12 08:32:04 +00:00
nn/jit Avoid writing temporary modules to disk (#157713) 2025-10-30 19:11:16 +00:00
optim Use torch.testing.test_close instead of torch.testing.test_allclose (#164539) 2025-10-03 14:39:10 +00:00
pipelining [PP] Add optional argument to not save outputs (#165822) 2025-10-21 00:09:31 +00:00
rpc [BE][6/6] fix typos in test/ (test/distributed/) (#157640) 2025-07-11 14:09:37 +00:00
tensor [CI][BE] Factor out repeated test code (#166481) 2025-10-31 00:52:50 +00:00
_test_template.py [C10D] Fix spelling of MultiProcContinuousTest (#160892) 2025-08-19 20:17:19 +00:00
argparse_util_test.py
test_aten_comm_compute_reordering.py bucket all reduce (#166528) 2025-10-30 17:12:34 +00:00
test_backends.py
test_c10d_common.py Enable PLW0127 in ruff (#165851) 2025-10-21 03:30:57 +00:00
test_c10d_functional_native.py Native matmul (#157743) 2025-10-14 04:22:30 +00:00
test_c10d_gloo.py Enable PLW0127 in ruff (#165851) 2025-10-21 03:30:57 +00:00
test_c10d_logger.py add device generalisation support for distributed tests (#152471) 2025-06-20 07:35:42 +00:00
test_c10d_nccl.py Revert "shrink_group implementation to expose ncclCommShrink API (#164518)" 2025-10-30 17:52:29 +00:00
test_c10d_object_collectives.py
test_c10d_ops_nccl.py [ROCm] Enabling several UTs (#161715) 2025-09-09 15:49:21 +00:00
test_c10d_pypg.py [c10d] block_current_stream: correctness fixes (#158757) 2025-07-21 22:23:44 +00:00
test_c10d_spawn_gloo.py
test_c10d_spawn_nccl.py
test_c10d_spawn_ucc.py
test_c10d_spawn.py Enable PLW0127 in ruff (#165851) 2025-10-21 03:30:57 +00:00
test_c10d_ucc.py [BE][PYFMT] migrate PYFMT for test/[a-h]*/ to ruff format (#144555) 2025-06-24 04:53:54 +00:00
test_collective_utils.py [C10D] add _summarize_ranks util (#160284) 2025-08-28 00:17:53 +00:00
test_composability.py [PP] move FSDP reduce scatters to end of step (#165106) 2025-10-12 13:28:02 +00:00
test_compute_comm_reordering.py Native matmul (#157743) 2025-10-14 04:22:30 +00:00
test_control_collectives.py [BE][PYFMT] migrate PYFMT for test/[a-h]*/ to ruff format (#144555) 2025-06-24 04:53:54 +00:00
test_cupy_as_tensor.py [CI][CUDA] Add periodic b200 distributed job (#159323) 2025-10-16 21:54:04 +00:00
test_data_parallel.py [ROCm] Enable several distributed UTs (#164390) 2025-10-03 19:52:51 +00:00
test_device_mesh.py [DeviceMesh] Implement a device mesh concatenate api for submesh and SPMD use case (#163358) 2025-10-27 07:39:21 +00:00
test_dist2.py Enable more DTensor tests in local tensor mode and fix more integration issues (#165716) 2025-10-18 23:33:24 +00:00
test_distributed_spawn.py
test_dynamo_distributed.py Native matmul (#157743) 2025-10-14 04:22:30 +00:00
test_fake_pg.py Fix periodic debug tests failing due to FakeProcessGroup things (#165479) 2025-10-15 18:16:08 +00:00
test_functional_api.py Revert "Fix decorators skipping NCCL tests (#158846)" 2025-09-10 20:51:31 +00:00
test_inductor_collectives.py Revert "Make PT2 compile backprop through custom op without autograd key a hard error (#166367)" 2025-10-31 13:44:05 +00:00
test_launcher.py
test_local_tensor.py LocalTensor (#164537) 2025-10-12 20:06:41 +00:00
test_multi_threaded_pg.py add device generalization support for distributed tests (#156796) 2025-07-16 09:37:03 +00:00
test_nccl.py Enable PLW0127 in ruff (#165851) 2025-10-21 03:30:57 +00:00
test_nvshmem_triton.py [NVSHMEM][Triton] Fix NVSHMEM triton test for wacky world sizes (#165704) 2025-10-17 19:33:26 +00:00
test_nvshmem.py [2/N][Fix] Fix typo in test folder (#166374) 2025-10-29 03:02:07 +00:00
test_overlap_bucketing_unit.py bucket all reduce (#166528) 2025-10-30 17:12:34 +00:00
test_p2p_ipc.py [ROCm] Enabling several UTs (#161715) 2025-09-09 15:49:21 +00:00
test_pg_wrapper.py [BE][6/6] fix typos in test/ (test/distributed/) (#157640) 2025-07-11 14:09:37 +00:00
test_run.py 154849 Add support to handle IGUSR1 and SIGUSR2 in multiprocessing (#160690) 2025-09-09 22:23:06 +00:00
test_serialization.py distributed/serialization: support zero sized tensors (#164198) 2025-09-30 08:11:29 +00:00
test_store.py Enable PLW0127 in ruff (#165851) 2025-10-21 03:30:57 +00:00
test_symmetric_memory.py [2/N][Fix] Fix typo in test folder (#166374) 2025-10-29 03:02:07 +00:00