Available on crate feature
device only.Macros§
- Prints to the CUDA kernel’s standard output using the
vprintfsystem call. - Prints to the CUDA kernel’s standard output using the
vprintfsystem call.
Functions§
- Abort the CUDA kernel using the
trapsystem call. - exit⚠Exit the CUDA kernel using the
exitinstruction. - Helper function to efficiently pretty-print an error message (inside an allocation error handler) using the
vprintfsystem call. - Helper function to efficiently pretty-print a
core::panic::PanicInfousing thevprintfsystem call.