pub const CUDA_ERROR_NOT_INITIALIZED: cudaError_enum = 3;Expand description
This indicates that the CUDA driver has not been initialized with ::cuInit() or that initialization has failed.
pub const CUDA_ERROR_NOT_INITIALIZED: cudaError_enum = 3;This indicates that the CUDA driver has not been initialized with ::cuInit() or that initialization has failed.