pytorch/test/cpp/c10d
fduwjj 6b2bef10af [c10d] Prototype of group_split for dist2 work (#157716)
This is to implement group_split as proposed in [docs.google.com/document/d/13R-1t_yESTvmAjcCN-wQjQQadIEu0JNIdS65uZawZzY/edit?tab=t.0#heading=h.3ctbqqopzc89](https://docs.google.com/document/d/13R-1t_yESTvmAjcCN-wQjQQadIEu0JNIdS65uZawZzY/edit?tab=t.0#heading=h.3ctbqqopzc89)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/157716
Approved by: https://github.com/d4l3k
2025-07-14 21:04:12 +00:00
..
example
BackoffTest.cpp [Distributed] [16/N] Fix clang-tidy warnings in torch/csrc/distributed/c10d (#137404) 2024-10-10 18:05:34 +00:00
CMakeLists.txt [BE]: Cleanup traceutils with fmtlib (#152265) 2025-05-04 22:27:19 +00:00
CUDATest.cu
CUDATest.hpp
FileStoreTest.cpp C10_UNUSED to [[maybe_unused]] (#6357) (#138364) 2024-10-19 13:17:43 +00:00
HashStoreTest.cpp C10_UNUSED to [[maybe_unused]] (#6357) (#138364) 2024-10-19 13:17:43 +00:00
ProcessGroupGlooAsyncTest.cpp C10_UNUSED to [[maybe_unused]] (#6357) (#138364) 2024-10-19 13:17:43 +00:00
ProcessGroupGlooTest.cpp C10_UNUSED to [[maybe_unused]] (#6357) (#138364) 2024-10-19 13:17:43 +00:00
ProcessGroupMPITest.cpp [c10d] Add _allgather_base , reduce_scatter , and _reduce_scatter_base into ProcessGroupMPI to enable FSDP with MPI backend (#150162) 2025-04-14 19:31:38 +00:00
ProcessGroupNCCLErrorsTest.cpp [c10d][PGNCCL] Make watchdog thread a class (#155831) 2025-06-13 18:05:22 +00:00
ProcessGroupNCCLTest.cpp [c10d] Prototype of group_split for dist2 work (#157716) 2025-07-14 21:04:12 +00:00
ProcessGroupUCCTest.cpp [Distributed] [16/N] Fix clang-tidy warnings in torch/csrc/distributed/c10d (#137404) 2024-10-10 18:05:34 +00:00
StoreTestCommon.hpp
TCPStoreTest.cpp [c10d][tcp_store] Fix connection reset caused by wrong socket close (#150987) 2025-04-10 18:48:57 +00:00
TestUtils.hpp