Home
last modified time | relevance | path

Searched refs:rtStreamSynchronize (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_memory_manager.cc236 if (rtStreamSynchronize(stream) != RT_ERROR_NONE) { in SwapIn()
253 if (rtStreamSynchronize(stream) != RT_ERROR_NONE) { in SwapOut()
Dascend_kernel_runtime.cc967 if (rtStreamSynchronize(iter.second) != RT_ERROR_NONE) { // o for switch stream in SyncStream()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/
Dai_cpu_dynamic_kernel.cc221 if (RT_ERROR_NONE != rtStreamSynchronize(stream_)) { in PostExecute()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Druntime_model.cc227 ret = rtStreamSynchronize(rt_model_stream_); in Run()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc72 rtError_t rtStreamSynchronize(rtStream_t stream) { return RT_ERROR_NONE; } in rtStreamSynchronize() function
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc182 auto ret = rtStreamSynchronize(stream_); in SynchronizeStream()