|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <ForICount.hpp>
Public Types | |
| using | Base = GenericWrapper< Data, Types, EnclosedStmts... > |
| using | privatizer = NestedPrivatizer< ForICountWrapper > |
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::ForICount Assigns the loop index to offset ArgumentId Assigns the loop index to param ParamId
| using RAJA::internal::ForICountWrapper< ArgumentId, ParamId, Data, Types, EnclosedStmts >::Base = GenericWrapper<Data, Types, EnclosedStmts...> |
| using RAJA::internal::ForICountWrapper< ArgumentId, ParamId, Data, Types, EnclosedStmts >::privatizer = NestedPrivatizer<ForICountWrapper> |
|
inline |