Skip to main content

cudaError_cudaErrorDeviceAlreadyInUse

Constant cudaError_cudaErrorDeviceAlreadyInUse 

Source
pub const cudaError_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.