pub const CUDA_ERROR_CONTEXT_IS_DESTROYED: cudaError_enum = 709;Expand description
This error indicates that the context current to the calling thread has been destroyed using ::cuCtxDestroy, or is a primary context which has not yet been initialized.