Constant cudaErrorInvalidChannelDescriptor

Source
pub const cudaErrorInvalidChannelDescriptor: cudaError = 20;
Expand description

This indicates that the channel descriptor passed to the API call is not valid. This occurs if the format is not one of the formats specified by ::cudaChannelFormatKind, or if one of the dimensions is invalid.