Skip to main content

cudaError_cudaSuccess

Constant cudaError_cudaSuccess 

Source
pub const cudaError_cudaSuccess: cudaError = 0;
Expand description

The API call returned with no errors. In the case of query calls, this also means that the operation being queried is complete (see ::cudaEventQuery() and ::cudaStreamQuery()).