Searched refs:rtStreamCreateWithFlags (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/ |
D | runtime_model.cc | 74 rtError_t rt_ret = rtStreamCreateWithFlags(&stream, davinci_model->GetPriority(), flag); in InitStream()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/ |
D | hccl_task.cc | 169 …rtError_t rt_ret = rtStreamCreateWithFlags(stream, priority_, RT_STREAM_PERSISTENT | RT_STREAM_FOR… in CreateStream()
|
/third_party/mindspore/tests/ut/cpp/stub/runtime/ |
D | runtime_stub.cc | 132 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/ |
D | ascend_kernel_runtime.cc | 1035 ret = rtStreamCreateWithFlags(&stream_, 0, RT_STREAM_HUGE); in InitDevice() 1039 ret = rtStreamCreateWithFlags(&independent_stream_, 0, RT_STREAM_HUGE); in InitDevice()
|