Function rust_cuda::device::utils::abort

source ยท
pub fn abort() -> !
Available on crate feature device only.
Expand description

Abort the CUDA kernel using the trap system call.

abort poisons the CUDA context and no more work can be performed in it.