Constant cudaErrorInsufficientDriver

Source
pub const cudaErrorInsufficientDriver: cudaError = 35;
Expand description

This indicates that the installed NVIDIA CUDA driver is older than the CUDA runtime library. This is not a supported configuration. Users should install an updated NVIDIA display driver to allow the application to run.