pytorch/test/distributed
Will Constable a28bb3268d [Pipelining] Reorder _Action from F1_1 to 1F1 (#129786)
Also steers away from accesing _Action via positional unpacking since
that is error prone

Co-authored-by: Howard Huang <howardhuang@fb.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/129786
Approved by: https://github.com/H-Huang
2024-07-08 23:07:51 +00:00
..
_composable [FSDP2+TP] Disable 2D state_dict (#129519) 2024-07-02 01:26:14 +00:00
_shard Enable UFMT on all of test/distributed (#123539) 2024-04-17 06:46:02 +00:00
_spmd [DeviceMesh] Update get_group and add get_all_groups (#128097) 2024-06-08 04:28:56 +00:00
_tensor [dtensor][debug] added deviceMesh for relevant operations and module parameter sharding and module fqn (#130072) 2024-07-08 20:12:52 +00:00
_tools Fixed Memory Leaks in tests (#129640) 2024-06-27 20:26:21 +00:00
algorithms Enable UFMT on all of test/distributed (#123539) 2024-04-17 06:46:02 +00:00
bin
checkpoint Back out "Pass device to is_pinned call inside TensorProperties.create_from_tensor" (#129972) 2024-07-06 01:07:32 +00:00
elastic elastic/store: use wait instead of get for barrier (#130148) 2024-07-08 19:53:42 +00:00
fsdp [BE] wrap deprecated function/class with typing_extensions.deprecated (#127689) 2024-06-02 12:30:43 +00:00
launcher Validate logs are created by default (#128522) 2024-06-17 20:07:13 +00:00
nn/jit [BE][Easy] replace import pathlib with from pathlib import Path (#129426) 2024-06-30 01:36:07 +00:00
optim Enable UFMT on all of test/distributed (#123539) 2024-04-17 06:46:02 +00:00
pipelining [Pipelining] Reorder _Action from F1_1 to 1F1 (#129786) 2024-07-08 23:07:51 +00:00
rpc Enable UFMT on all of test/distributed (#123539) 2024-04-17 06:46:02 +00:00
tensor/parallel Remove ProcessGroupCudaP2P and change async-TP to use SymmetricMemory (#128762) 2024-06-25 22:32:21 +00:00
argparse_util_test.py
test_c10d_common.py [BE] Fix several incorrect skip tests (#129488) 2024-06-25 22:10:31 +00:00
test_c10d_functional_native.py Modify ExternKernelAlloc with NoneLayout to not assign its result to anything (#129188) 2024-06-22 02:57:44 +00:00
test_c10d_gloo.py [5/N][Easy] fix typo for usort config in pyproject.toml (kown -> known): sort torch (#127126) 2024-05-27 14:49:57 +00:00
test_c10d_logger.py
test_c10d_nccl.py [c10d] fixing an UT after a change in eager mode new group (#130167) 2024-07-05 23:18:30 +00:00
test_c10d_object_collectives.py [Distributed] Add P2P versions of *object_list operations (#124379) 2024-05-03 23:22:58 +00:00
test_c10d_ops_nccl.py [c10d] Reduce test time by reusing ProcessGroup (#125648) 2024-05-08 22:33:40 +00:00
test_c10d_pypg.py Enable UFMT on all of test/distributed (#123539) 2024-04-17 06:46:02 +00:00
test_c10d_spawn.py Enable UFMT on all of test/distributed (#123539) 2024-04-17 06:46:02 +00:00
test_c10d_spawn_gloo.py [5/N][Easy] fix typo for usort config in pyproject.toml (kown -> known): sort torch (#127126) 2024-05-27 14:49:57 +00:00
test_c10d_spawn_nccl.py [5/N][Easy] fix typo for usort config in pyproject.toml (kown -> known): sort torch (#127126) 2024-05-27 14:49:57 +00:00
test_c10d_spawn_ucc.py [5/N][Easy] fix typo for usort config in pyproject.toml (kown -> known): sort torch (#127126) 2024-05-27 14:49:57 +00:00
test_c10d_ucc.py [5/N][Easy] fix typo for usort config in pyproject.toml (kown -> known): sort torch (#127126) 2024-05-27 14:49:57 +00:00
test_collective_utils.py Enable UFMT on all of test/distributed (#123539) 2024-04-17 06:46:02 +00:00
test_compute_comm_reordering.py Remove Inductor IRs for legacy functional collectives (#124992) 2024-05-05 19:49:58 +00:00
test_control_collectives.py [c10d] add a simple test to demonstrate the user usage of collectives (#127665) 2024-06-05 04:32:11 +00:00
test_data_parallel.py Enable UFMT on all of test/distributed (#123539) 2024-04-17 06:46:02 +00:00
test_device_mesh.py [DeviceMesh] Update get_group and add get_all_groups (#128097) 2024-06-08 04:28:56 +00:00
test_distributed_spawn.py [BE] Do not assert if the barrier is not created (#129497) 2024-06-26 05:51:36 +00:00
test_dynamo_distributed.py [dynamo] Remove ID_MATCH for FSDPModuleVariable (#129015) 2024-06-20 19:23:32 +00:00
test_fake_pg.py Enable UFMT on all of test/distributed (#123539) 2024-04-17 06:46:02 +00:00
test_functional_api.py [BE] Fix several incorrect skip tests (#129488) 2024-06-25 22:10:31 +00:00
test_inductor_collectives.py Modify ExternKernelAlloc with NoneLayout to not assign its result to anything (#129188) 2024-06-22 02:57:44 +00:00
test_launcher.py Enable UFMT on all of test/distributed (#123539) 2024-04-17 06:46:02 +00:00
test_multi_threaded_pg.py Enable UFMT on all of test/distributed (#123539) 2024-04-17 06:46:02 +00:00
test_nccl.py Enable UFMT on all of test/distributed (#123539) 2024-04-17 06:46:02 +00:00
test_pg_wrapper.py [torch/distributed] Check gloo availability when doing isinstance(pg,… (#124233) 2024-04-19 04:07:00 +00:00
test_store.py TCPStore: add ping to verify network connectivity on connect (#129985) 2024-07-03 02:09:44 +00:00
test_symmetric_memory.py [c10d] Introduce a util for detecting DMA connectivity among devices (#129510) 2024-06-27 23:02:07 +00:00