Constant CUDA_ERROR_INVALID_SOURCE

Source
pub const CUDA_ERROR_INVALID_SOURCE: cudaError_enum = 300;
Expand description

This indicates that the device kernel source is invalid. This includes compilation/linker errors encountered in device code or user error.