Constant cudaErrorNoKernelImageForDevice

Source
pub const cudaErrorNoKernelImageForDevice: cudaError = 209;
Expand description

This indicates that there is no kernel image available that is suitable for the device. This can occur when a user specifies code generation options for a particular CUDA source file that do not include the corresponding device configuration.