|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <InitLocalMem.hpp>
Additional Inherited Members | |
Public Types inherited from RAJA::internal::Statement< camp::nil > | |
| using | enclosed_statements_t = StatementList< EnclosedStmts... > |
| using | execution_policy_t = camp::nil |
Public Member Functions inherited from RAJA::internal::Statement< camp::nil > | |
| Statement ()=delete | |
Kernel statements intialize local arrays The statement takes parameter sequence to intialize memory from the parameter tuple and additional statements.
For example: IntiLocalMem<Pol, RAJA::param_idx<0>, statements...> Will intialize the 0th array in the param tuple