Initialize and FinalizeΒΆ
The following functions and classes manage the Kokkos execution environment environment and resource cleanup:
Initializes Kokkos internal objects and all enabled Kokkos backends. |
|
Shutdown Kokkos execution environment and release internally managed resources. |
|
A class representing control knobs of the runtime behavior (such as thread counts or device ID). |
|
RAII-based approach to ensure initialization and finalization are handled correctly. |
|
Register a function to be called on |
|
Query initialization status of Kokkos |