/third_party/mindspore/mindspore/ccsrc/utils/ |
D | comm_manager.cc | 88 bool CommManager::GetRankID(const string &group, unsigned int *rank_id) const { in GetRankID() function in mindspore::CommManager 150 bool CommManager::GetRankID(const string &group, unsigned int *rank_id) const { 202 bool CommManager::GetRankID(const string &group, unsigned int *rank_id) const { return true; } 242 if (!CommManager::GetInstance().GetRankID(world_group, &rank_id)) { in GetRank()
|
D | comm_manager.h | 36 bool GetRankID(const string &group, unsigned int *rank_id) const;
|
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/ |
D | device_context.h | 114 virtual uint32_t GetRankID() const { return 0; } in GetRankID() function
|
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/ |
D | gpu_device_context.h | 68 uint32_t GetRankID() const override;
|
D | gpu_device_context.cc | 102 auto rank_id = GetRankID(); in Initialize() 497 uint32_t GPUDeviceContext::GetRankID() const { in GetRankID() function in mindspore::device::gpu::GPUDeviceContext 502 if (!CommManager::GetInstance().GetRankID(kNcclWorldGroup, &rank_id)) { in GetRankID()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | group_manager.h | 61 Status GetRankID(const std::string &name, uint32_t *rank_id);
|
D | group_manager.cc | 249 Status GroupManager::GetRankID(const std::string &name, uint32_t *const rank_id) { in GetRankID() function in mindspore::parallel::GroupManager 255 bool ret = CommManager::GetInstance().GetRankID(name, rank_id); in GetRankID()
|
D | step_parallel.cc | 2915 if (!CommManager::GetInstance().GetRankID(world_group, &rank_id)) { in GetCommInfo()
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
D | pipeline_split.cc | 50 if (!CommManager::GetInstance().GetRankID(world_group, &rank_id)) { in GetRank()
|
D | pipeline.cc | 1334 bool ret = CommManager::GetInstance().GetRankID("", &rank_id); in GetHcclRankId()
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | debugger.cc | 380 uint32_t Debugger::GetRankID() { in GetRankID() function in mindspore::Debugger 387 uint32_t rank_id = device_context->GetRankID(); in GetRankID() 392 uint32_t rank_id = GetRankID(); in Dump() 403 uint32_t rank_id = GetRankID(); in DumpSingleNode() 419 uint32_t rank_id = GetRankID(); in DumpInGraphCompiler()
|
D | debugger.h | 89 static uint32_t GetRankID();
|
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/ |
D | cpu_device_context.cc | 60 auto rank_id = GetRankID(); in Initialize()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/ |
D | data_dumper.cc | 156 if (!CommManager::GetInstance().GetRankID(kHcclWorldGroup, &rank_id)) { in SetOpMappingInfo()
|
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/ |
D | dump_json_parser.cc | 560 if (!CommManager::GetInstance().GetRankID(kHcclWorldGroup, &rank_id)) { in GetOpOverflowBinPath()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_kernel_runtime.cc | 658 if (!CommManager::GetInstance().GetRankID(kHcclWorldGroup, &rank_id)) { in GetDumpPath()
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | session_basic.cc | 2744 if (!CommManager::GetInstance().GetRankID(world_group, &rank_id)) { in GetRankId()
|