pub const CUDA_ERROR_HARDWARE_STACK_ERROR: cudaError_enum = 714;Expand description
While executing a kernel, the device encountered a stack error. This can be due to stack corruption or exceeding the stack size limit. This leaves the process in an inconsistent state and any further CUDA work will return the same error. To continue using CUDA, the process must be terminated and relaunched.