forked from kokkos/kokkos
-
Notifications
You must be signed in to change notification settings - Fork 0
STL Compatibility
JBludau edited this page Sep 1, 2022
·
1 revision
Kokkos developers strive to implement the Kokkos macros in a manner compatible with the latest versions of the C++ language and with the C++ Standard Library (STL). However deviations from this approach occur when necessary, as is the case for the following STL classes (std::*). The STL class does not work properly on GPUs so parallel Kokkos classes have been developed. This section documents the specific deviations and provides usage guidance for developers. Select the links below to see the details.
| Type | Description |
|---|---|
| Kokkos::Array | Kokkos::Array Usage |
| Kokkos::Complex | Kokkos::Complex Usage |
| Kokkos::pair | Kokkos::pair Usage |