pub const cudaErrorApiFailureBase: cudaError = 10000;
Expand description
Any unhandled CUDA driver error is added to this value and returned via the runtime. Production releases of CUDA should not return such errors. \deprecated This error return is deprecated as of CUDA 4.1.