pytorch/test/cpp/c10d
Rodrigo Kumpera 174b0c22cb [C10D] Remove watchKey functionality from the Store. (#105014)
The feature was never fully finished and never got any adoption but
TCPStore pays the cost of twice the number of tcp connections anyway.

While the cost of all those idle connections is minimal is doesn't come for free:

- It increases the likelyhood of a connection refused failure during the initialization stampede.
- TCPStore uses poll for checking for socket availability which scales linearly on the number of sockets regardless of their status.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/105014
Approved by: https://github.com/fduwjj
2023-07-21 21:18:55 +00:00
..
example
CMakeLists.txt
CUDATest.cu [ROCm] Update clock intrinsic handling for AMD gfx11 family (#97005) 2023-03-24 18:29:49 +00:00
CUDATest.hpp
FileStoreTest.cpp
HashStoreTest.cpp
ProcessGroupGlooAsyncTest.cpp
ProcessGroupGlooTest.cpp
ProcessGroupMPITest.cpp
ProcessGroupNCCLErrorsTest.cpp Rewrite NCCL watchdog to more reliably throw timeout (#97066) 2023-03-25 04:30:20 +00:00
ProcessGroupNCCLTest.cpp DDP + C10D sparse all_reduce changes (#103916) (#104256) 2023-06-28 00:37:52 +00:00
ProcessGroupUCCTest.cpp
StoreTestCommon.hpp
TCPStoreTest.cpp [C10D] Remove watchKey functionality from the Store. (#105014) 2023-07-21 21:18:55 +00:00
TestUtils.hpp