pytorch/torch/csrc/distributed/c10d
Yuanyuan Chen 9fff8155c3 [2/N] Fix clang-tidy readability checks (#164652)
This PR applies clang-tidy readability checks to jit sources and all headers in the code base.
`readability-redundant-inline-specifier` is suppressed because it incurs too many changes. `readability-redundant-inline-specifier` is used to detect redundant inline specifiers on function and variable declarations. There are many in-class method definitions that are marked inline.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/164652
Approved by: https://github.com/Skylion007
2025-10-06 01:06:01 +00:00
..
control_collectives [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
control_plane [1/N] Fix clang-tidy readability checks (#164561) 2025-10-04 09:40:38 +00:00
cuda [AsyncTP] Fixes AsyncMM (#162040) 2025-09-08 10:53:59 +00:00
quantization
symm_mem [1/N] Fix clang-tidy readability checks (#164561) 2025-10-04 09:40:38 +00:00
Backend.cpp
Backend.hpp [fr] [xpu] Add FlightRecorder support for ProcessGroupXCCL (#158568) 2025-08-22 09:03:35 +00:00
Backoff.cpp
Backoff.hpp
c10d.h
comm.cpp [BE]: Add a few more missing move from return indices (#163456) 2025-09-22 20:24:23 +00:00
comm.hpp [BE][11/16] fix typos in torch/ (torch/csrc/distributed/) (#156321) 2025-06-23 02:57:50 +00:00
debug.cpp
debug.h
default_comm_hooks.cpp
default_comm_hooks.hpp
error.h
exception.h
FakeProcessGroup.hpp Fake process group Direct construction error (#163665) 2025-10-02 22:19:26 +00:00
FileStore.cpp Redirect all use of filesystem to c10/utils/FileSystem.h (#162914) 2025-09-15 04:30:41 +00:00
FileStore.hpp
FlightRecorder.cpp Redirect all use of filesystem to c10/utils/FileSystem.h (#162914) 2025-09-15 04:30:41 +00:00
FlightRecorder.hpp [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
FlightRecorderCuda.cpp Redirect all use of filesystem to c10/utils/FileSystem.h (#162914) 2025-09-15 04:30:41 +00:00
FlightRecorderDetail.hpp [fr] [xpu] Add FlightRecorder support for ProcessGroupXCCL (#158568) 2025-08-22 09:03:35 +00:00
Functional.cpp Fix readibility checks in TIDY and apply them (#164475) 2025-10-02 20:34:49 +00:00
Functional.hpp [c10d] support dynamic shapes for all_to_all_single_autograd (#157521) 2025-07-08 23:19:59 +00:00
GlooDeviceFactory.cpp Fix readibility checks in TIDY and apply them (#164475) 2025-10-02 20:34:49 +00:00
GlooDeviceFactory.hpp
GroupRegistry.cpp
GroupRegistry.hpp
HashStore.cpp Revert "[RELAND] Always build USE_DISTRIBUTED (#160449) and Make distributed modules importable even when backend not built (#159889) (#162594)" 2025-09-25 13:47:46 +00:00
HashStore.hpp
init.cpp Fake process group Direct construction error (#163665) 2025-10-02 22:19:26 +00:00
logger.cpp
logger.hpp [BE][11/16] fix typos in torch/ (torch/csrc/distributed/) (#156321) 2025-06-23 02:57:50 +00:00
logging.cpp
logging.h
NanCheck.cu
NanCheck.hpp
NCCLUtils.cpp [c10d] Prototype of group_split for dist2 work (#157716) 2025-07-14 21:04:12 +00:00
NCCLUtils.hpp [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
Ops.cpp
ParamCommsUtils.cpp
ParamCommsUtils.hpp [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
PrefixStore.cpp
PrefixStore.hpp
ProcessGroup.cpp Fix readibility checks in TIDY and apply them (#164475) 2025-10-02 20:34:49 +00:00
ProcessGroup.hpp [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
ProcessGroupGloo.cpp [1/N] Fix clang-tidy readability checks (#164561) 2025-10-04 09:40:38 +00:00
ProcessGroupGloo.hpp [torch][c10d] fix split_group in mixed backend case (#162424) 2025-09-11 16:29:32 +00:00
ProcessGroupGlooCuda.cpp [1/N] Fix clang-tidy readability checks (#164561) 2025-10-04 09:40:38 +00:00
ProcessGroupGlooDetail.hpp [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
ProcessGroupMPI.cpp
ProcessGroupMPI.hpp [BE][11/16] fix typos in torch/ (torch/csrc/distributed/) (#156321) 2025-06-23 02:57:50 +00:00
ProcessGroupNCCL.cpp Fix PgNccl coalseced profiling (#160680) 2025-09-29 15:21:55 +00:00
ProcessGroupNCCL.hpp [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
ProcessGroupUCC.cpp
ProcessGroupUCC.hpp
ProcessGroupWrapper.cpp Fix readibility checks in TIDY and apply them (#164475) 2025-10-02 20:34:49 +00:00
ProcessGroupWrapper.hpp
PyProcessGroup.hpp [c10d] Cleanup split_group logic using the newly built splitGroup (#158488) 2025-07-29 03:27:11 +00:00
python_comm_hook.cpp
python_comm_hook.h [BE][11/16] fix typos in torch/ (torch/csrc/distributed/) (#156321) 2025-06-23 02:57:50 +00:00
RankLocal.hpp
reducer_cuda.cpp
reducer_timer.hpp
reducer.cpp [1/N] Fix clang-tidy readability checks (#164561) 2025-10-04 09:40:38 +00:00
reducer.hpp [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
sequence_num.cpp
sequence_num.hpp
socket_fmt.h
socket.cpp [1/N] Fix clang-tidy readability checks (#164561) 2025-10-04 09:40:38 +00:00
socket.h
Store.cpp
Store.hpp
TCPStore.cpp [TCPStore] Allow ping to be retried (#159165) 2025-07-25 20:03:00 +00:00
TCPStore.hpp [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
TCPStoreBackend.cpp [1/N] Fix clang-tidy readability checks (#164561) 2025-10-04 09:40:38 +00:00
TCPStoreBackend.hpp [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
TCPStoreLibUvBackend.cpp [BE][11/16] fix typos in torch/ (torch/csrc/distributed/) (#156321) 2025-06-23 02:57:50 +00:00
TraceUtils.h
Types.cpp [C10d][Gloo] Enable complex datatype support in ProcessGroupGloo (#156633) 2025-09-05 21:24:36 +00:00
Types.hpp [C10d][Gloo] Enable complex datatype support in ProcessGroupGloo (#156633) 2025-09-05 21:24:36 +00:00
UCCTracing.cpp Redirect all use of filesystem to c10/utils/FileSystem.h (#162914) 2025-09-15 04:30:41 +00:00
UCCTracing.hpp
UCCUtils.cpp
UCCUtils.hpp
UnixSockUtils.hpp
Utils.cpp
Utils.hpp [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
WinSockUtils.hpp
Work.cpp Revert "[RELAND] Always build USE_DISTRIBUTED (#160449) and Make distributed modules importable even when backend not built (#159889) (#162594)" 2025-09-25 13:47:46 +00:00
Work.hpp Fix inconsistent clock types in ProcessGroupNCCL::runHookLoop (#162543) 2025-09-12 16:50:42 +00:00