pytorch/test/cpp/c10d
fduwjj 911a43f930 [TCPStore] Remove deprecated constructor (#136004)
While looking at TCPStore code again and found it confusing that we still keep the deprecated constructor for TCPStore in cpp while we don't expose it in python via pybind already. I checked both internal and external, all use cases in cpp (aside from unit test fixed in this PR) already moved to using option. So let's remove this legacy constructor to avoid confusion.

Differential Revision: [D62653634](https://our.internmc.facebook.com/intern/diff/D62653634)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/136004
Approved by: https://github.com/Skylion007, https://github.com/XilunWu
2024-09-14 04:25:47 +00:00
..
example
BackoffTest.cpp TCPStore: improve connect and retry logic (#129261) 2024-06-25 19:24:22 +00:00
CMakeLists.txt Revert "c10d/logging: add C10D_LOCK_GUARD (#134131)" 2024-09-03 22:35:14 +00:00
CUDATest.cu
CUDATest.hpp
FileStoreTest.cpp
HashStoreTest.cpp
ProcessGroupGlooAsyncTest.cpp
ProcessGroupGlooTest.cpp
ProcessGroupMPITest.cpp
ProcessGroupNCCLErrorsTest.cpp Revert "c10d/logging: add C10D_LOCK_GUARD (#134131)" 2024-09-03 22:35:14 +00:00
ProcessGroupNCCLTest.cpp [9/N] Replace c10::optional with std::optional (#130674) 2024-07-15 00:48:43 +00:00
ProcessGroupUCCTest.cpp
StoreTestCommon.hpp
TCPStoreTest.cpp [TCPStore] Remove deprecated constructor (#136004) 2024-09-14 04:25:47 +00:00
TestUtils.hpp