Searched refs:allreduce_sparse (Results 1 – 8 of 8) sorted by relevance
36 c10::intrusive_ptr<Work> allreduce_sparse( in allreduce_sparse() function in c10d::FakeProcessGroup
98 virtual c10::intrusive_ptr<Work> allreduce_sparse( in allreduce_sparse() function in c10d::Backend
292 c10::intrusive_ptr<Work> allreduce_sparse(
467 ->allreduce_sparse( in allreduce_sparse_cuda_()
553 c10::intrusive_ptr<Work> allreduce_sparse(
1548 c10::intrusive_ptr<Work> ProcessGroupGloo::allreduce_sparse( in allreduce_sparse() function in c10d::ProcessGroupGloo
3337 c10::intrusive_ptr<Work> ProcessGroupNCCL::allreduce_sparse( in checkForNCCLErrorsInternal() function in c10d::ProcessGroupNCCL
260 auto results = pg_->allreduce_sparse(tensors_); in run()