pub const cudaErrorSystemDriverMismatch: cudaError = 803;
Expand description
This error indicates that there is a mismatch between the versions of the display driver and the CUDA driver. Refer to the compatibility documentation for supported versions.