Home
last modified time | relevance | path

Searched defs:AllgatherOptions (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DFakeProcessGroup.hpp68 const AllgatherOptions& /* opts */ = AllgatherOptions()) override { in allgather()
78 const AllgatherOptions& /* opts */ = AllgatherOptions()) override { in _allgather_base()
89 const AllgatherOptions& /* opts */ = AllgatherOptions()) override { in allgather_coalesced()
96 const AllgatherOptions& /* opts */ = AllgatherOptions()) override { in allgather_into_tensor_coalesced()
H A DBackend.hpp132 const AllgatherOptions& /* opts */ = AllgatherOptions()) { in allgather()
145 const AllgatherOptions& /* opts */ = AllgatherOptions()) { in _allgather_base()
159 const AllgatherOptions& /* opts */ = AllgatherOptions()) { in allgather_coalesced()
174 const AllgatherOptions& /* opts */ = AllgatherOptions()) { in allgather_into_tensor_coalesced()
H A DTypes.hpp136 struct AllgatherOptions { struct
137 std::chrono::milliseconds timeout = kUnsetTimeout;
138 bool asyncOp = true;
H A DProcessGroupMPI.cpp531 const AllgatherOptions& /* unused */) { in allgather_coalesced()
941 const AllgatherOptions& /*unused */) { in _allgather_base()
H A DProcessGroupUCC.cpp858 const AllgatherOptions& /* unused */) { in allgather()
H A DProcessGroupNCCL.cpp3828 const AllgatherOptions& /* unused */) { in checkForNCCLErrorsInternal()
H A DProcessGroupGloo.cpp2141 const AllgatherOptions& /* unused */) { in allgather_coalesced()