pub const CUDA_SUCCESS: cudaError_enum = 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 ::cuEventQuery() and ::cuStreamQuery()).
pub const CUDA_SUCCESS: cudaError_enum = 0;The API call returned with no errors. In the case of query calls, this also means that the operation being queried is complete (see ::cuEventQuery() and ::cuStreamQuery()).