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.
pub const CUDA_ERROR_INVALID_DEVICE: cudaError_enum = 101;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.