Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/
Dcomm_manager.cc34 using GetGroupSizeFunc = mindspore::device::gpu::GetGroupSizeFunc; typedef
170 … reinterpret_cast<GetGroupSizeFunc>(dlsym(const_cast<void *>(collective_handle_), "GetGroupSize"));
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/distribution/
Dcollective_init.h32 using GetGroupSizeFunc = int (*)(const std::string &); variable