Kokkos Core Kernels Package
Version of the Day
|
RAII helper for per-team unique token values. More...
#include <Kokkos_UniqueToken.hpp>
RAII helper for per-team unique token values.
The token value will be acquired at construction and automatically released at destruction. All threads in a team will share the same token value.
Definition at line 122 of file Kokkos_UniqueToken.hpp.