|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <TileTCount.hpp>
Public Types | |
| using | Base = GenericWrapper< Data, Types, EnclosedStmts... > |
| using | privatizer = NestedPrivatizer< TileTCountWrapper > |
Public Types inherited from RAJA::internal::GenericWrapper< Data, Types, EnclosedStmts... > | |
| using | data_t = camp::decay< Data > |
Public Member Functions | |
| template<typename InSegmentIndexType > | |
| RAJA_INLINE void | operator() (InSegmentIndexType si) |
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 tile wrapper for statement::ForTCount Assigns the tile segment to segment ArgumentId Assigns the tile index to param ParamId
| using RAJA::internal::TileTCountWrapper< ArgumentId, ParamId, Data, Types, EnclosedStmts >::Base = GenericWrapper<Data, Types, EnclosedStmts...> |
| using RAJA::internal::TileTCountWrapper< ArgumentId, ParamId, Data, Types, EnclosedStmts >::privatizer = NestedPrivatizer<TileTCountWrapper> |
|
inline |