|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <Lambda.hpp>
Static Public Attributes | |
| static const camp::idx_t | loop_body_index = BodyIdx |
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 | |
A RAJA::kernel statement that invokes a lambda function.
The lambda is specified by its index in the sequence of lambda arguments to a RAJA::kernel method.
for example: RAJA::kernel<exec_pol>(make_tuple{s0, s1, s2}, lambda0, lambda1);
|
static |