![]() |
PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
|
Constants representing available Kokkos execution spaces as unsigned chars, usable both from C++ and the Python bindings. More...
#include <execspaces.hpp>
Static Public Attributes | |
| static constexpr const unsigned char | SERIAL = 0x00 |
| static constexpr const unsigned char | OPENMP = 0x01 |
| static constexpr const unsigned char | THREADS = 0x02 |
| static constexpr const unsigned char | CUDA = 0x03 |
| static constexpr const unsigned char | HIP = 0x04 |
| static constexpr const unsigned char | SYCL = 0x05 |
Constants representing available Kokkos execution spaces as unsigned chars, usable both from C++ and the Python bindings.
Definition at line 17 of file execspaces.hpp.
Definition at line 21 of file execspaces.hpp.
Referenced by PACMAN::MakeExecSpace(), and pacman_best_execspace_c().
Definition at line 22 of file execspaces.hpp.
Referenced by PACMAN::MakeExecSpace(), and pacman_best_execspace_c().
Definition at line 19 of file execspaces.hpp.
Referenced by PACMAN::MakeExecSpace(), and pacman_best_execspace_c().
Definition at line 18 of file execspaces.hpp.
Referenced by PACMAN::MakeExecSpace(), and pacman_best_execspace_c().
Definition at line 23 of file execspaces.hpp.
Referenced by PACMAN::MakeExecSpace(), and pacman_best_execspace_c().
Definition at line 20 of file execspaces.hpp.
Referenced by PACMAN::MakeExecSpace(), and pacman_best_execspace_c().