Home
last modified time | relevance | path

Searched refs:CreateRecvApplyKernel (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc1259 CNodePtr recv_cnode_ptr = CreateRecvApplyKernel(graph_ptr, cur_event_id, stream_id); in InsertEventCommonDependHcom()
1314 auto recv = CreateRecvApplyKernel(graph_ptr, cur_event_id, cur_stream_id); in InsertEventHcomDependCommonBak()
1437 auto recv = CreateRecvApplyKernel(graph_ptr, cur_event_id, cur_stream_id); in InsertEventHcomDependCommon()
1534 auto recv = CreateRecvApplyKernel(graph_ptr, cur_event_id, cur_hcom_stream_id); in InsertEventBetweenHcom()
1550 auto recv = CreateRecvApplyKernel(graph_ptr, cur_event_id, cur_hcom_stream_id); in InsertEventBetweenHcom()
1559 auto recv = CreateRecvApplyKernel(graph_ptr, cur_event_id, cur_hcom_stream_id); in InsertEventBetweenHcom()
1620 CNodePtr recv_cnode_ptr = CreateRecvApplyKernel(graph_ptr, cur_event_id, stream_id); in InsertEventForIndependentParallel()
1947 CNodePtr AscendStreamAssign::CreateRecvApplyKernel(const NotNull<KernelGraphPtr> &graph_ptr, uint32… in CreateRecvApplyKernel() function in mindspore::device::ascend::AscendStreamAssign
Dascend_stream_assign.h123 …CNodePtr CreateRecvApplyKernel(const NotNull<KernelGraphPtr> &graph_ptr, uint32_t event_id, uint32…
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_adjust.h83 …CNodePtr CreateRecvApplyKernel(const std::shared_ptr<session::KernelGraph> &graph_ptr, uint32_t ev…
Dkernel_adjust.cc93 CNodePtr KernelAdjust::CreateRecvApplyKernel(const std::shared_ptr<session::KernelGraph> &graph_ptr, in CreateRecvApplyKernel() function in mindspore::device::KernelAdjust
203 CNodePtr eos_done_recv = CreateRecvApplyKernel(kernel_graph_ptr, eos_done_event_id); in InsertEosDoneRecv()
227 CNodePtr fpbp_start_recv = CreateRecvApplyKernel(kernel_graph_ptr, fpbp_start_event_id); in InsertFpBpStartRecv()
383 CNodePtr eos_start_recv = CreateRecvApplyKernel(kernel_graph_ptr, eos_start_event_id); in InsertGetNextLoopEosStartRecv()