pub const cudaErrorAssert: cudaError = 710;
Expand description
An assert triggered in device code during kernel execution. The device cannot be used again. All existing allocations are invalid. To continue using CUDA, the process must be terminated and relaunched.