CUDA_ERROR_NOT_INITIALIZED

Constant CUDA_ERROR_NOT_INITIALIZED 

Source
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.