|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <Tile.hpp>
Public Types | |
| using | Base = GenericWrapper< Data, Types, EnclosedStmts... > |
| using | privatizer = NestedPrivatizer< TileWrapper > |
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::For Assigns the tile segment to segment ArgumentId
| using RAJA::internal::TileWrapper< ArgumentId, Data, Types, EnclosedStmts >::Base = GenericWrapper<Data, Types, EnclosedStmts...> |
| using RAJA::internal::TileWrapper< ArgumentId, Data, Types, EnclosedStmts >::privatizer = NestedPrivatizer<TileWrapper> |
|
inline |