Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
Kokkos::Experimental::AcquireUniqueToken< ExecutionSpace, TokenScope > Class Template Reference

RAII helper for per-thread unique token values. More...

#include <Kokkos_UniqueToken.hpp>

Detailed Description

template<typename ExecutionSpace, UniqueTokenScope TokenScope = UniqueTokenScope::Instance>
class Kokkos::Experimental::AcquireUniqueToken< ExecutionSpace, TokenScope >

RAII helper for per-thread unique token values.

The token value will be acquired at construction and automatically released at destruction.

Definition at line 97 of file Kokkos_UniqueToken.hpp.


The documentation for this class was generated from the following file: