Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Druntime_model.cc74 rtError_t rt_ret = rtStreamCreateWithFlags(&stream, davinci_model->GetPriority(), flag); in InitStream()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Dhccl_task.cc169 …rtError_t rt_ret = rtStreamCreateWithFlags(stream, priority_, RT_STREAM_PERSISTENT | RT_STREAM_FOR… in CreateStream()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc132 rtError_t rtStreamCreateWithFlags(rtStream_t *stream, int32_t priority, uint32_t flags) { return RT… in rtStreamCreateWithFlags() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc1035 ret = rtStreamCreateWithFlags(&stream_, 0, RT_STREAM_HUGE); in InitDevice()
1039 ret = rtStreamCreateWithFlags(&independent_stream_, 0, RT_STREAM_HUGE); in InitDevice()