Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc1843 uint32_t min_stream = kInvalidStreamId; in CheckStreamAssign() local
1857 if (stream_id < min_stream) { in CheckStreamAssign()
1858 min_stream = stream_id; in CheckStreamAssign()
1864 if (min_stream != 0) { in CheckStreamAssign()
1865 MS_LOG(EXCEPTION) << "Stream should start from 0, now is from " << min_stream; in CheckStreamAssign()