pub const cudaErrorLaunchMaxDepthExceeded: cudaError = 65;
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.