RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Public Member Functions | Public Attributes | List of all members
RAJA::Teams Struct Reference

#include <launch_core.hpp>

Public Member Functions

RAJA_INLINE constexpr RAJA_HOST_DEVICE Teams ()
 
RAJA_INLINE constexpr RAJA_HOST_DEVICE Teams (int i)
 
RAJA_INLINE constexpr RAJA_HOST_DEVICE Teams (int i, int j)
 
RAJA_INLINE constexpr RAJA_HOST_DEVICE Teams (int i, int j, int k)
 

Public Attributes

int value [3]
 

Constructor & Destructor Documentation

◆ Teams() [1/4]

RAJA_INLINE constexpr RAJA_HOST_DEVICE RAJA::Teams::Teams ( )
inlineconstexpr

◆ Teams() [2/4]

RAJA_INLINE constexpr RAJA_HOST_DEVICE RAJA::Teams::Teams ( int  i)
inlineconstexpr

◆ Teams() [3/4]

RAJA_INLINE constexpr RAJA_HOST_DEVICE RAJA::Teams::Teams ( int  i,
int  j 
)
inlineconstexpr

◆ Teams() [4/4]

RAJA_INLINE constexpr RAJA_HOST_DEVICE RAJA::Teams::Teams ( int  i,
int  j,
int  k 
)
inlineconstexpr

Member Data Documentation

◆ value

int RAJA::Teams::value[3]

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