pytorch/test/cpp/c10d
Sergii Dymchenko b0aaefb50f Build example_allreduce only for GLOO (#81062)
`example/allreduce.cpp` is GLOO-specific and will not compile with USE_GLOO=0

Pull Request resolved: https://github.com/pytorch/pytorch/pull/81062
Approved by: https://github.com/malfet
2022-07-08 02:25:54 +00:00
..
example
CMakeLists.txt Build example_allreduce only for GLOO (#81062) 2022-07-08 02:25:54 +00:00
CUDATest.cu
CUDATest.hpp
FileStoreTest.cpp Add support for deleteKey for FileStore (#69953) 2022-01-07 06:20:59 -08:00
HashStoreTest.cpp Make c10d tests -Werror clean (#69703) 2021-12-09 22:10:04 -08:00
ProcessGroupGlooAsyncTest.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
ProcessGroupGlooTest.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
ProcessGroupMPITest.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
ProcessGroupNCCLErrorsTest.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
ProcessGroupNCCLTest.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
StoreTestCommon.hpp Add support for deleteKey for FileStore (#69953) 2022-01-07 06:20:59 -08:00
TCPStoreTest.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
TestUtils.hpp