Constant cudaErrorInvalidMemcpyDirection

Source
pub const cudaErrorInvalidMemcpyDirection: cudaError = 21;
Expand description

This indicates that the direction of the memcpy passed to the API call is not one of the types specified by ::cudaMemcpyKind.