Home
last modified time | relevance | path

Searched refs:kHcomSendOpName (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dcommunication_op_fusion.h56 …explicit SendFusion(size_t groups = 1) : CommunicationOpFusion("send_fusion", kHcomSendOpName, gro…
Dcommunication_op_fusion.cc146 if (op_name_ == kHcomSendOpName || op_name_ == kReceiveOpName) { in GetSplitSegments()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/
Dhccl_kernel.cc35 {mindspore::kHcomSendOpName, mindspore::kHcomOpTypeSend},
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h72 constexpr auto kHcomSendOpName = "Send"; variable
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_kernel_runtime.cc1195 if (AnfAlgo::IsCommunicationOp(kernel) && AnfAlgo::GetCNodeName(kernel) != kHcomSendOpName && in AllocCommunicationOpDynamicRes()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc124 if (node_name == kHcomSendOpName || node_name == kReceiveOpName) { in GetHcomTaskNum()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc1650 … kReduceScatterOpName, kHcomSendOpName, kReceiveOpName, in IsCommunicationOp()