pytorch/test/cpp/c10d
cyy b3fd94d15e [Distributed] [7/N] Fix clang-tidy warnings in torch/csrc/distributed/c10d (#124987)
This PR continues to clean clang-tidy warnings in torch/csrc/distributed/c10d, following #124701. In addition, libfmt dependency is added in CMake code to enable using it in the headers. The libfmt has to be added as private dependency to torch_cuda and torch_hip because they include torch/csrc/distributed/c10d/Utils.hpp which uses libfmt.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/124987
Approved by: https://github.com/malfet
2024-04-27 07:22:27 +00:00
..
example
CMakeLists.txt [Distributed] [7/N] Fix clang-tidy warnings in torch/csrc/distributed/c10d (#124987) 2024-04-27 07:22:27 +00:00
CUDATest.cu
CUDATest.hpp
FileStoreTest.cpp
HashStoreTest.cpp
ProcessGroupGlooAsyncTest.cpp Avoid COW materialize in various places (1) (#124984) 2024-04-26 19:06:28 +00:00
ProcessGroupGlooTest.cpp Add Bfloat16 scalar support to gloo backend (#113557) 2023-11-17 21:16:54 +00:00
ProcessGroupMPITest.cpp
ProcessGroupNCCLErrorsTest.cpp [C10D] Fix pointToPoint op Flight Recording (#120270) 2024-02-29 01:03:31 +00:00
ProcessGroupNCCLTest.cpp Avoid COW materialize in various places (1) (#124984) 2024-04-26 19:06:28 +00:00
ProcessGroupUCCTest.cpp
StoreTestCommon.hpp
TCPStoreTest.cpp [c10d][libuv] add partial read test for libuv backend and fix an error which only happens when partially reading a buffer (#116141) 2023-12-20 18:37:55 +00:00
TestUtils.hpp