/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/distribution/ |
D | nccl_wrapper.cc | 40 std::string group_name = group.first; in InitNCCLComm() local 50 … ncclRedOp_t reduce_type, cudaStream_t stream, const std::string &group_name) { in AllReduce() 58 cudaStream_t stream, const std::string &group_name) { in AllGather() 67 const std::string &group_name) { in ReduceScatter() 75 int root, cudaStream_t stream, const std::string &group_name) { in Broadcast() 83 cudaStream_t stream, const std::string &group_name) { in Send() 90 cudaStream_t stream, const std::string &group_name) { in Recv() 100 void NCCLWrapper::AddGroupInfo(const std::string &group_name, NcclGroupInfo *group) { in AddGroupInfo() 108 void NCCLWrapper::DestroyGroup(const std::string &group_name) { in DestroyGroup() 119 std::vector<int> NCCLWrapper::GetGroupRanks(const std::string &group_name) { in GetGroupRanks()
|
D | collective_wrapper.cc | 27 bool CreateCommGroup(const std::string &group_name, const std::vector<unsigned int> &ranks) { in CreateCommGroup() 31 int GetRankIDByGroup(const std::string &group_name) { return MPIWrapper::instance().GetRankIDByGrou… in GetRankIDByGroup() 33 int GetGroupSize(const std::string &group_name) { return MPIWrapper::instance().GetGroupSize(group_… in GetGroupSize() 35 bool DestroyGroup(const std::string &group_name) { return MPIWrapper::instance().DestroyGroup(group… in DestroyGroup() 58 const std::string &group_name) { in Send() 63 const std::string &group_name) { in Recv() 71 std::vector<int> GetGroupRanks(const std::string &group_name) { in GetGroupRanks()
|
D | mpi_wrapper.cc | 43 bool MPIWrapper::CreateCommGroup(const std::string &group_name, const std::vector<unsigned int> &gr… in CreateCommGroup() 79 int MPIWrapper::GetRankIDByGroup(const std::string &group_name) { in GetRankIDByGroup() 87 int MPIWrapper::GetGroupSize(const std::string &group_name) { in GetGroupSize() 95 bool MPIWrapper::DestroyGroup(const std::string &group_name) { in DestroyGroup() 159 void MPIWrapper::SetGroupNameToMPIGroup(const std::string &group_name, const MPI_Group mpi_group) { in SetGroupNameToMPIGroup()
|
/third_party/glib/glib/ |
D | gkeyfile.c | 1321 gchar *group_name; in g_key_file_parse_group() local 1645 const gchar *group_name, in g_key_file_get_keys() 1785 set_not_found_key_error (const char *group_name, in set_not_found_key_error() 1818 const gchar *group_name, in g_key_file_get_value() 1869 const gchar *group_name, in g_key_file_set_value() 1927 const gchar *group_name, in g_key_file_get_string() 2002 const gchar *group_name, in g_key_file_set_string() 2039 const gchar *group_name, in g_key_file_get_string_list() 2131 const gchar *group_name, in g_key_file_set_string_list() 2173 const gchar *group_name, in g_key_file_set_locale_string() [all …]
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/parallel_stub/ |
D | executor_stub.h | 30 …bool CreateCommGroup(const std::string &group_name, std::vector<uint32_t> ranks) const { return tr… in CreateCommGroup() 31 bool DestroyCommGroup(const std::string &group_name) const { return true; } in DestroyCommGroup()
|
/third_party/boost/libs/math/example/ |
D | handle_test_result.hpp | 44 const char* group_name, in add_expected_result() 76 …e std::string build_test_name(const char* type_name, const char* test_name, const char* group_name) in build_test_name() 93 get_max_errors(const char* type_name, const char* test_name, const char* group_name) in get_max_errors() 119 const char* group_name) in handle_test_result()
|
/third_party/boost/libs/math/test/ |
D | handle_test_result.hpp | 44 const char* group_name, in add_expected_result() 76 …e std::string build_test_name(const char* type_name, const char* test_name, const char* group_name) in build_test_name() 93 get_max_errors(const char* type_name, const char* test_name, const char* group_name) in get_max_errors() 119 const char* group_name) in handle_test_result()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | group_manager.cc | 74 … GroupManager::CreateGroupByExecutor(const std::string &device_name, const std::string &group_name, in CreateGroupByExecutor() 87 …GroupManager::DestroyGroupByExecutor(const std::string &device_name, const std::string &group_name, in DestroyGroupByExecutor() 127 … GroupManager::CreateGroupByExecutor(const std::string &device_name, const std::string &group_name, in CreateGroupByExecutor() 135 …GroupManager::DestroyGroupByExecutor(const std::string &device_name, const std::string &group_name, in DestroyGroupByExecutor() 163 Status GroupManager::CreateGroup(const std::string &group_name, const std::vector<Device> &devices, in CreateGroup() 214 Status GroupManager::DestroyGroup(const std::string &group_name) { in DestroyGroup()
|
D | device_manager.cc | 269 std::string group_name = std::to_string(ranks.size()) + "-" + group_hash_name; in GenerateGroupNameByRanks() local 288 Group DeviceManager::CreateGroup(const std::string &group_name, in CreateGroup() 302 std::string group_name = GenerateGroupNameByRanks(dev_ranks); in CreateGroup() local
|
/third_party/musl/libc-test/src/functionalext/supplement/passwd/ |
D | getgrnam.c | 30 const char *group_name = "root"; in getgrnam_0100() local
|
D | getgrgid.c | 30 const char *group_name = "root"; in getgrgid_0100() local
|
D | getgrnam_r.c | 34 const char *group_name = "root"; in getgrnam_r_0100() local
|
D | getgrgid_r.c | 34 const char *group_name = "root"; in getgrgid_r_0100() local
|
/third_party/protobuf/python/ |
D | mox.py | 664 def _CheckAndCreateNewGroup(self, group_name, group_class): argument 686 def InAnyOrder(self, group_name="default"): argument 704 def MultipleTimes(self, group_name="default"): argument 1185 def __init__(self, group_name): argument 1188 def group_name(self): member in MethodGroup 1210 def __init__(self, group_name): argument 1271 def __init__(self, group_name): argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | gen_builtin_symbols.py | 864 condition, group_name, group, parameter_declarations, name_declarations, argument 990 def process_function_group(group_name, group, parameter_declarations, name_declarations, argument 1055 def process_single_variable_group(condition, group_name, group, builtin_id_declarations, argument 1220 def process_variable_group(parent_condition, group_name, group, builtin_id_declarations, argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupUniformControlFlowTests.cpp | 268 const char* group_name = (control ? "large_full_control" : "large_full"); in createSubgroupUniformControlFlowTests() local 331 const char* group_name = (control ? "small_full_control" : "small_full"); in createSubgroupUniformControlFlowTests() local
|
/third_party/mindspore/tests/st/tbe_networks/ |
D | hccl_2p_server_template.json | 10 "group_name": "", string
|
D | hccl_2p_evb_template.json | 10 "group_name": "", string
|
/third_party/mindspore/config/ |
D | hccl_evb_multi_rank.json | 10 "group_name": "", string
|
D | hccl_single_machine_multi_rank.json | 9 "group_name": "", string 99 "group_name": "default is hccl_world_group or specified", string
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | reduce_method_info.cc | 195 std::string group_name = forward_group[0].name(); in InferForwardCommunication() local 205 std::string group_name = forward_group[0].name(); in CreateReduceMeanForwardOp() local 301 std::string group_name = input_group[0].name(); in InferMirrorOps() local
|
D | activation_info.cc | 233 std::string group_name = group[0].name(); in InferMirrorOps() local 375 std::string group_name = group[0].name(); in InferMirrorOps() local
|
/third_party/mindspore/mindspore/ccsrc/utils/ |
D | node_strategy.proto | 71 required string group_name = 1; field
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/ |
D | construct_operator.cc | 154 std::string group_name = group_list[0].name(); in AllGatherOP() local 232 std::string group_name = group_list[0].name(); in AlltoAllOP() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | gen_builtin_symbols.py | 1615 def process_single_function(shader_type, group_name, function_props, symbols, variables, functions, argument 1767 def process_single_function_group(shader_type, group_name, group, symbols, variables, functions, argument 1797 def process_function_group(group_name, group, symbols, variables, functions, argument 2039 def process_variable_group(shader_type, group_name, group, symbols, variables, mangled_builtins): argument
|