Searched refs:InitNCCLComm (Results 1 – 8 of 8) sorted by relevance
25 void InitNCCLComm() { NCCLWrapper::instance().InitNCCLComm(); } in InitNCCLComm() function
28 using InitNCCLComm = void (*)(); variable
37 void InitNCCLComm();
34 extern "C" EXPORT_WRAPPER void InitNCCLComm();
34 void NCCLWrapper::InitNCCLComm() { in InitNCCLComm() function in mindspore::device::gpu::NCCLWrapper
99 using InitNCCLComm = device::gpu::InitNCCLComm; typedef120 … reinterpret_cast<InitNCCLComm>(dlsym(const_cast<void *>(collective_handle_), "InitNCCLComm")); in Init()
95 reinterpret_cast<InitNCCLComm>(dlsym(const_cast<void *>(collective_handle_), "InitNCCLComm")); in Initialize()
102 reinterpret_cast<InitNCCLComm>(dlsym(const_cast<void *>(collective_handle_), "InitNCCLComm")); in Init()