Home
last modified time | relevance | path

Searched refs:selectAllReduceAlgo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dintra_node_comm.hpp66 AllReduceAlgo selectAllReduceAlgo(const at::Tensor& input);
H A Dintra_node_comm.cu675 AllReduceAlgo IntraNodeComm::selectAllReduceAlgo(const at::Tensor& input) { in selectAllReduceAlgo() function in c10d::intra_node_comm::IntraNodeComm
H A DProcessGroupNCCL.cpp3453 auto algo = intraNodeComm_->selectAllReduceAlgo(tensor); in checkForNCCLErrorsInternal()