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

#include <launch_core.hpp>

Public Member Functions

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

Public Attributes

int value [3]
 

Constructor & Destructor Documentation

◆ Threads() [1/4]

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

◆ Threads() [2/4]

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

◆ Threads() [3/4]

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

◆ Threads() [4/4]

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

Member Data Documentation

◆ value

int RAJA::Threads::value[3]

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