Constant cudaErrorPriorLaunchFailure

Source
pub const cudaErrorPriorLaunchFailure: cudaError = 53;
Expand description

This indicated that a previous kernel launch failed. This was previously used for device emulation of kernel launches. \deprecated This error return is deprecated as of CUDA 3.1. Device emulation mode was removed with the CUDA 3.1 release.