Constant cudaSuccess

Source
pub const 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()).