Utilities¶
Error Handling and Diagnostics¶
Kokkos provides utility functions for error handling, debugging, and output that work consistently across host and device code.
Terminates the program immediately with an error message. |
|
Aborts the program if the user-specified condition is not |
|
Prints formatted output to the standard output stream. |