pub const CUDA_ERROR_ASSERT: cudaError_enum = 710;Expand description
A device-side assert triggered during kernel execution. The context cannot be used anymore, and must be destroyed. All existing device memory allocations from this context are invalid and must be reconstructed if the program is to continue using CUDA.