Constant cudaErrorSoftwareValidityNotEstablished

Source
pub const cudaErrorSoftwareValidityNotEstablished: cudaError = 103;
Expand description

By default, the CUDA runtime may perform a minimal set of self-tests, as well as CUDA driver tests, to establish the validity of both. Introduced in CUDA 11.2, this error return indicates that at least one of these tests has failed and the validity of either the runtime or the driver could not be established.