pub const CUDA_ERROR_CONTEXT_ALREADY_IN_USE: cudaError_enum = 216;Expand description
This indicates that the ::CUcontext passed to the API call can only be bound to a single CPU thread at a time but is already bound to a CPU thread.
pub const CUDA_ERROR_CONTEXT_ALREADY_IN_USE: cudaError_enum = 216;This indicates that the ::CUcontext passed to the API call can only be bound to a single CPU thread at a time but is already bound to a CPU thread.