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::AcquireTeamUniqueToken< TeamPolicy > Class Template Reference

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

#include <Kokkos_UniqueToken.hpp>

Detailed Description

template<typename TeamPolicy>
class Kokkos::Experimental::AcquireTeamUniqueToken< TeamPolicy >

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.


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