pub const cudaErrorCallRequiresNewerDriver: cudaError = 36;
Expand description
This indicates that the API call requires a newer CUDA driver than the one currently installed. Users should install an updated NVIDIA CUDA driver to allow the API call to succeed.