Home
last modified time | relevance | path

Searched refs:rtEventRecord (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Devent_record_task.cc46 rtError_t rt_ret = rtEventRecord(event_, stream_); in Distribute()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/rts/
Dsend.cc46 rtError_t status = rtEventRecord(event, stream_ptr); in Launch()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_event.cc50 auto ret = rtEventRecord(event_, record_stream_); in RecordEvent()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc110 rtError_t rtEventRecord(rtEvent_t event, rtStream_t stream) { return RT_ERROR_NONE; } in rtEventRecord() function
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc157 ret = rtEventRecord(*event_, stream_); in RecordEvent()