Home
last modified time | relevance | path

Searched defs:group_name (Results 1 – 25 of 47) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/distribution/
Dnccl_wrapper.cc40 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()
Dcollective_wrapper.cc27 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()
Dmpi_wrapper.cc43 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/
Dgkeyfile.c1321 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/
Dexecutor_stub.h30 …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/
Dhandle_test_result.hpp44 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/
Dhandle_test_result.hpp44 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/
Dgroup_manager.cc74 … 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()
Ddevice_manager.cc269 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/
Dgetgrnam.c30 const char *group_name = "root"; in getgrnam_0100() local
Dgetgrgid.c30 const char *group_name = "root"; in getgrgid_0100() local
Dgetgrnam_r.c34 const char *group_name = "root"; in getgrnam_r_0100() local
Dgetgrgid_r.c34 const char *group_name = "root"; in getgrgid_r_0100() local
/third_party/protobuf/python/
Dmox.py664 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/
Dgen_builtin_symbols.py864 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/
DvktSubgroupUniformControlFlowTests.cpp268 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/
Dhccl_2p_server_template.json10 "group_name": "", string
Dhccl_2p_evb_template.json10 "group_name": "", string
/third_party/mindspore/config/
Dhccl_evb_multi_rank.json10 "group_name": "", string
Dhccl_single_machine_multi_rank.json9 "group_name": "", string
99 "group_name": "default is hccl_world_group or specified", string
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dreduce_method_info.cc195 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
Dactivation_info.cc233 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/
Dnode_strategy.proto71 required string group_name = 1; field
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dconstruct_operator.cc154 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/
Dgen_builtin_symbols.py1615 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

12