Searched defs:allgather_into_tensor_coalesced (Results 1 – 7 of 7) sorted by relevance
82 c10::intrusive_ptr<Work> allgather_into_tensor_coalesced( in allgather_into_tensor_coalesced() function in c10d::PyProcessGroup
93 c10::intrusive_ptr<Work> allgather_into_tensor_coalesced( in allgather_into_tensor_coalesced() function in c10d::FakeProcessGroup
171 virtual c10::intrusive_ptr<Work> allgather_into_tensor_coalesced( in allgather_into_tensor_coalesced() function in c10d::Backend
287 virtual c10::intrusive_ptr<Work> allgather_into_tensor_coalesced( in allgather_into_tensor_coalesced() function in c10d::ProcessGroup
3834 c10::intrusive_ptr<Work> ProcessGroupNCCL::allgather_into_tensor_coalesced( in checkForNCCLErrorsInternal() function in c10d::ProcessGroupNCCL
2194 c10::intrusive_ptr<Work> ProcessGroupGloo::allgather_into_tensor_coalesced( in allgather_into_tensor_coalesced() function in c10d::ProcessGroupGloo
399 …def allgather_into_tensor_coalesced(self, output_tensor_list, input_tensor_list, opts=AllgatherOpt… member in ProcessLocalGroup