|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <For.hpp>
Public Types | |
| using | Base = GenericWrapper< Data, Types, EnclosedStmts... > |
| using | privatizer = NestedPrivatizer< ForWrapper > |
Public Types inherited from RAJA::internal::GenericWrapper< Data, Types, EnclosedStmts... > | |
| using | data_t = camp::decay< Data > |
Public Member Functions | |
| template<typename InIndexType > | |
| RAJA_INLINE void | operator() (InIndexType i) |
Public Member Functions inherited from RAJA::internal::GenericWrapper< Data, Types, EnclosedStmts... > | |
| constexpr RAJA_INLINE | GenericWrapper (data_t &d) |
| RAJA_INLINE void | exec () |
Additional Inherited Members | |
Public Attributes inherited from RAJA::internal::GenericWrapper< Data, Types, EnclosedStmts... > | |
| data_t & | data |
A generic RAJA::kernel forall_impl loop wrapper for statement::For Assigns the loop index to offset ArgumentId
| using RAJA::internal::ForWrapper< ArgumentId, Data, Types, EnclosedStmts >::Base = GenericWrapper<Data, Types, EnclosedStmts...> |
| using RAJA::internal::ForWrapper< ArgumentId, Data, Types, EnclosedStmts >::privatizer = NestedPrivatizer<ForWrapper> |
|
inline |