Home
last modified time | relevance | path

Searched refs:rtStreamActive (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Dstream_active_task.cc48 rtError_t rt_ret = rtStreamActive(active_stream_, stream_); in Distribute()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/rts/
Dstream_active.cc61 status = rtStreamActive(act_stream, stream_ptr); in Launch()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc116 rtError_t rtStreamActive(rtStream_t active_stream, rtStream_t stream) { return RT_ERROR_NONE; } in rtStreamActive() function