Home
last modified time | relevance | path

Searched defs:rank_size (Results 1 – 24 of 24) sorted by relevance

/third_party/mindspore/tests/ut/cpp/device/
Dhccl_adapter_test.cc95 uint32_t rank_size = 2; in TEST_F() local
118 uint32_t rank_size = 2; in TEST_F() local
141 uint32_t rank_size = 4; in TEST_F() local
165 uint32_t rank_size = 4; in TEST_F() local
189 uint32_t rank_size = 2; in TEST_F() local
212 uint32_t rank_size = 2; in TEST_F() local
235 uint32_t rank_size = 4; in TEST_F() local
259 uint32_t rank_size = 4; in TEST_F() local
283 uint32_t rank_size = 4; in TEST_F() local
304 uint32_t rank_size = 2; in TEST_F() local
[all …]
/third_party/mindspore/tests/st/model_zoo_tests/wide_and_deep/python_file_for_ci/
Ddatasets.py34 line_per_sample=1000, rank_size=None, rank_id=None): argument
70 line_per_sample=1000, rank_size=None, rank_id=None): argument
111 data_type=DataType.TFRECORD, line_per_sample=1000, rank_size=None, rank_id=None): argument
/third_party/mindspore/tests/ut/python/hccl_test/manage/
Dapi.py49 def rank_size(self): member in Hccl
53 def rank_size(self, size): member in Hccl
85 def create_group(group, rank_size, rank_ids): argument
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dcollective_ops_impl.cc40 uint32_t rank_size = server_num_; in RingAllReduce() local
142 uint32_t rank_size = server_num_; in ReduceBroadcastAllReduce() local
219 uint32_t rank_size = server_num_; in AllReduce() local
/third_party/mindspore/tests/st/model_zoo_tests/DeepFM/src/
Ddataset.py181 line_per_sample=1000, rank_size=None, rank_id=None): argument
222 line_per_sample=1000, rank_size=None, rank_id=None): argument
271 rank_size=None, rank_id=None): argument
/third_party/mindspore/tests/ut/cpp/utils/
Dcomm_manager_test.cc32 unsigned int rank_size = 0; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/
Dall_to_all_unify_mindir.cc49 uint32_t rank_size; in GetRankSize() local
113 uint32_t rank_size = GetRankSize(group); in CreateAllToAllvNode() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dconcat_outputs_for_all_gather.cc90 … const std::vector<AnfNodePtr> &new_tuple_getitems, int64_t rank_size) { in InsertConcatForOutput()
143 auto rank_size = AnfAlgo::GetNodeAttr<int64_t>(node, kAttrRankSize); in Process() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/enhancer/
Dconcat_outputs_for_all_gather.cc92 … const std::vector<AnfNodePtr> &new_tuple_getitems, int64_t rank_size) { in InsertConcatForOutput()
150 auto rank_size = AnfAlgo::GetNodeAttr<int64_t>(node, kAttrRankSize); in Process() local
Dsplit_inputs_for_reduce_scatter.cc108 auto rank_size = AnfAlgo::GetNodeAttr<int64_t>(node, kAttrRankSize); in Process() local
/third_party/mindspore/mindspore/ccsrc/utils/
Dcomm_manager.cc71 auto rank_size = rank_id_list.size(); in CreateGroupSync() local
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/
Dall_to_all_v_calc_param.cc37 AllToAllvCalcParam::AllToAllvCalcParam(const CNodeWeakPtr &cnode, uint32_t rank_size) in AllToAllvCalcParam()
Dconverter.cc131 uint32_t rank_size = 0; in SetAllToAllvAttr() local
/third_party/mindspore/tests/st/tbe_networks/
Dtest_resnet_cifar_8p.py45 def create_dataset(repeat_num=1, training=True, batch_size=32, rank_id=0, rank_size=1, argument
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dcommunication_op_fusion.cc50 int64_t rank_size = 1; in GenerateKernelBuildInfo() local
337 int64_t rank_size = 1; in CreateFusedCommunicationOp() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/
Dhccl_kernel.cc167 int64_t rank_size = 1; in GetOutputSizeList() local
Dhcom_util.cc148 int64_t rank_size; in GetHcomCount() local
/third_party/mindspore/mindspore/ccsrc/utils/context/
Dcontext_extends.cc68 uint32_t rank_size = 1; in OpenTsd() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dgroup_manager.cc262 Status GroupManager::GetRankSize(const std::string &name, uint32_t *const rank_size) { in GetRankSize()
/third_party/mindspore/mindspore/core/abstract/
Dprim_others.cc468 auto rank_size = GetValue<int>(primitive->GetAttr(kRankSize)); in InferImplAllGather() local
492 auto rank_size = GetValue<int>(primitive->GetAttr(kRankSize)); in InferImplReduceScatter() local
/third_party/mindspore/mindspore/nn/layer/
Dnormalization.py179 def _check_rank_ids(self, process_groups, rank_size): argument
/third_party/mindspore/mindspore/profiler/parser/
Dintegrator.py1055 def __init__(self, profiling_dir, device_id, rank_id, rank_size): argument
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc1085 auto rank_size = HcclCollectiveGroup::instance().GetRankSize(); in HcclInit() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc1342 uint32_t rank_size = 0; in GetHcclRankSize() local