Home
last modified time | relevance | path

Searched refs:rtGetTaskIdAndStreamID (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc156 RTS_API rtError_t rtGetTaskIdAndStreamID(uint32_t *taskid, uint32_t *streamid) { return RT_ERROR_NO… in rtGetTaskIdAndStreamID() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc1160 auto rt_ret = rtGetTaskIdAndStreamID(&task_id, &stream_id); in KernelLaunchProfiling()