Constant CUDA_ERROR_INVALID_DEVICE

Source
pub const CUDA_ERROR_INVALID_DEVICE: cudaError_enum = 101;
Expand description

This indicates that the device ordinal supplied by the user does not correspond to a valid CUDA device or that the action requested is invalid for the specified device.