Home
last modified time | relevance | path

Searched refs:kAllGatherOpName (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/
Dhccl_kernel_metadata.cc46 if (op_name != kReduceScatter && op_name != kAllGatherOpName) { in GetKernelFormat()
50 if (op_name == kAllGatherOpName && input_shape.size() <= kShape4dDims) { in GetKernelFormat()
Dhccl_kernel.cc33 {mindspore::kAllGatherOpName, mindspore::kHcomOpTypeAllGather},
180 if (AnfAlgo::GetInputTensorNum(anf_node) > 1 && op_name == kAllGatherOpName && fusion >= 1) { in GetOutputSizeList()
Dhcom_util.cc164 if (AnfAlgo::GetCNodeName(anf_node) == kAllGatherOpName) { in GetHcomCount()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/enhancer/
Dinsert_depend_for_all_gather.cc35 …if (AnfAlgo::GetCNodeName(cnode) == kAllGatherOpName && AnfAlgo::HasNodeAttr(kAttrFusion, cnode) && in Run()
Dconcat_outputs_for_all_gather.cc129 auto prim = std::make_shared<Primitive>(kAllGatherOpName); in DefinePattern()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dcommunication_op_fusion.h74 …Fusion(size_t groups = 1) : CommunicationOpFusion("all_gather_fusion", kAllGatherOpName, groups) {}
Dcommunication_op_fusion.cc51 … (AnfAlgo::HasNodeAttr(kAttrRankSize, cnode) && AnfAlgo::GetCNodeName(cnode) == kAllGatherOpName) { in GenerateKernelBuildInfo()
338 …:HasNodeAttr(kAttrRankSize, final_node) && AnfAlgo::GetCNodeName(final_node) == kAllGatherOpName) { in CreateFusedCommunicationOp()
385 if (AnfAlgo::GetCNodeName(final_node) == kAllGatherOpName && is_recompute) { in CreateFusedCommunicationOp()
Dadjust_depend_for_parallel_optimizer_recompute_all_gather.cc40 bool is_allgather = AnfAlgo::GetCNodeName(cnode) == kAllGatherOpName; in Run()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dconcat_outputs_for_all_gather.cc123 auto prim = std::make_shared<Primitive>(kAllGatherOpName); in DefinePattern()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h68 constexpr auto kAllGatherOpName = "AllGather"; variable
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc1649 …td::set<std::string> kCommunicationOpNames = {kAllReduceOpName, kAllGatherOpName, kBroadcastOp… in IsCommunicationOp()