Constant cudaErrorDeviceAlreadyInUse

Source
pub const cudaErrorDeviceAlreadyInUse: cudaError = 216;
Expand description

This indicates that a call tried to access an exclusive-thread device that is already in use by a different thread.