Skip to main content

cudaError_cudaErrorLaunchMaxDepthExceeded

Constant cudaError_cudaErrorLaunchMaxDepthExceeded 

Source
pub const cudaError_cudaErrorLaunchMaxDepthExceeded: cudaError = 65;
Expand description

This error indicates that a device runtime grid launch did not occur because the depth of the child grid would exceed the maximum supported number of nested grid launches.