Home
last modified time | relevance | path

Searched refs:CreateCommGroupFunc (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/utils/
Dcomm_manager.cc32 using CreateCommGroupFunc = mindspore::device::gpu::CreateCommGroupFunc; typedef
140 …reinterpret_cast<CreateCommGroupFunc>(dlsym(const_cast<void *>(collective_handle_), "CreateCommGro…
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/distribution/
Dcollective_init.h30 using CreateCommGroupFunc = bool (*)(const std::string &, const std::vector<unsigned int> &); variable