Skip to main content

cudaError_cudaErrorContextIsDestroyed

Constant cudaError_cudaErrorContextIsDestroyed 

Source
pub const cudaError_cudaErrorContextIsDestroyed: cudaError = 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.