Searched refs:cudaErrorNotReady (Results 1 – 2 of 2) sorted by relevance
20 typedef enum { cudaSuccess = 0, cudaErrorNotReady = 1 } cudaError_t; enumerator
215 } else if (ret == cudaErrorNotReady) { in QueryEvent()