Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/stub/runtime/
Dcuda_runtime_api.h20 typedef enum { cudaSuccess = 0, cudaErrorNotReady = 1 } cudaError_t; enumerator
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dcuda_driver.cc215 } else if (ret == cudaErrorNotReady) { in QueryEvent()