Skip to main content

cudaError_cudaErrorPriorLaunchFailure

Constant cudaError_cudaErrorPriorLaunchFailure 

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