pub const CUDA_ERROR_NO_BINARY_FOR_GPU: cudaError_enum = 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.