Searched defs:endCoalescing (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ | ||
H A D | Backend.hpp | 70 virtual c10::intrusive_ptr<Work> endCoalescing() { in endCoalescing() function in c10d::Backend |
H A D | ProcessGroup.hpp | 120 virtual c10::intrusive_ptr<Work> endCoalescing(c10::DeviceType deviceType) { in endCoalescing() function in c10d::ProcessGroup |
H A D | ProcessGroupWrapper.cpp | 570 c10::intrusive_ptr<Work> ProcessGroupWrapper::endCoalescing() { in endCoalescing() function in c10d::ProcessGroupWrapper |
H A D | ProcessGroupNCCL.cpp | 2590 c10::intrusive_ptr<Work> ProcessGroupNCCL::endCoalescing(OpType optype) { in checkForNCCLErrorsInternal() function in c10d::ProcessGroupNCCL |