Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Ddevice_manager.cc53 if ((backend != HCCL_BACKEND) && (backend != NCCL_BACKEND) && (backend != UNDEFINED_BACKEND)) { in InitDevice()
146 if ((backend != HCCL_BACKEND) && (backend != NCCL_BACKEND) && (backend != UNDEFINED_BACKEND)) { in Init()
193 } else if (backend_ == NCCL_BACKEND) { in Init()
Ddevice_manager.h41 constexpr char NCCL_BACKEND[] = "nccl"; variable
Dstep_parallel.cc2891 communication_backend = NCCL_BACKEND; in GetCommInfo()