Home
last modified time | relevance | path

Searched refs:cur_event_id (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.h71 uint32_t cur_event_id = cur_event_num_; in ApplyNewEvent() local
73 return cur_event_id; in ApplyNewEvent()
75 uint32_t cur_event_id = cur_event_num_; in ApplyNewEvent() local
77 return cur_event_id; in ApplyNewEvent()
Dascend_stream_assign.cc1232 uint32_t cur_event_id = resource_manager.ApplyNewEvent(); in InsertEventCommonDependHcom() local
1238 …CNodePtr send_cnode_ptr = CreateSendApplyKernel(graph_ptr, cur_event_id, AnfAlgo::GetStreamId(*it)… in InsertEventCommonDependHcom()
1259 CNodePtr recv_cnode_ptr = CreateRecvApplyKernel(graph_ptr, cur_event_id, stream_id); in InsertEventCommonDependHcom()
1261 cur_event_id = resource_manager.ApplyNewEvent(); in InsertEventCommonDependHcom()
1304 uint32_t cur_event_id = resource_manager.ApplyNewEvent(); in InsertEventHcomDependCommonBak() local
1306 auto send = CreateSendApplyKernel(graph_ptr, cur_event_id, pre_stream_id); in InsertEventHcomDependCommonBak()
1314 auto recv = CreateRecvApplyKernel(graph_ptr, cur_event_id, cur_stream_id); in InsertEventHcomDependCommonBak()
1434 uint32_t cur_event_id = resource_manager.ApplyNewEvent(); in InsertEventHcomDependCommon() local
1435 auto send = CreateSendApplyKernel(graph_ptr, cur_event_id, pre_stream_id); in InsertEventHcomDependCommon()
1437 auto recv = CreateRecvApplyKernel(graph_ptr, cur_event_id, cur_stream_id); in InsertEventHcomDependCommon()
[all …]