RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Public Types | Public Member Functions | Public Attributes | List of all members
RAJA::internal::OpenMPTargetForWrapper< ArgumentId, Data, Types, EnclosedStmts > Struct Template Reference

#include <For.hpp>

Inheritance diagram for RAJA::internal::OpenMPTargetForWrapper< ArgumentId, Data, Types, EnclosedStmts >:
RAJA::internal::GenericWrapperBase

Public Types

using data_t = camp::decay< Data >
 

Public Member Functions

constexpr RAJA_INLINE OpenMPTargetForWrapper (data_t &d)
 Deferences data so that it can be mapped to the device. More...
 
RAJA_INLINE void exec ()
 
template<typename InIndexType >
RAJA_INLINE void operator() (InIndexType i)
 

Public Attributes

data_t data
 

Member Typedef Documentation

◆ data_t

template<camp::idx_t ArgumentId, typename Data , typename Types , typename... EnclosedStmts>
using RAJA::internal::OpenMPTargetForWrapper< ArgumentId, Data, Types, EnclosedStmts >::data_t = camp::decay<Data>

Constructor & Destructor Documentation

◆ OpenMPTargetForWrapper()

template<camp::idx_t ArgumentId, typename Data , typename Types , typename... EnclosedStmts>
constexpr RAJA_INLINE RAJA::internal::OpenMPTargetForWrapper< ArgumentId, Data, Types, EnclosedStmts >::OpenMPTargetForWrapper ( data_t d)
inlineexplicitconstexpr

Deferences data so that it can be mapped to the device.

Member Function Documentation

◆ exec()

template<camp::idx_t ArgumentId, typename Data , typename Types , typename... EnclosedStmts>
RAJA_INLINE void RAJA::internal::OpenMPTargetForWrapper< ArgumentId, Data, Types, EnclosedStmts >::exec ( )
inline

◆ operator()()

template<camp::idx_t ArgumentId, typename Data , typename Types , typename... EnclosedStmts>
template<typename InIndexType >
RAJA_INLINE void RAJA::internal::OpenMPTargetForWrapper< ArgumentId, Data, Types, EnclosedStmts >::operator() ( InIndexType  i)
inline

Member Data Documentation

◆ data

template<camp::idx_t ArgumentId, typename Data , typename Types , typename... EnclosedStmts>
data_t RAJA::internal::OpenMPTargetForWrapper< ArgumentId, Data, Types, EnclosedStmts >::data

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