|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <ForICount.hpp>
Public Types | |
| using | execution_policy_t = ExecPolicy |
Public Types inherited from RAJA::internal::ForTraitBase< ArgumentId, camp::nil > | |
| using | index = camp::num< ArgumentId > |
| using | index_type = camp::nil |
| using | policy_type = camp::nil |
| using | type = ForTraitBase |
Public Types inherited from RAJA::internal::Statement< camp::nil, EnclosedStmts... > | |
| using | enclosed_statements_t = StatementList< EnclosedStmts... > |
| using | execution_policy_t = camp::nil |
Additional Inherited Members | |
Public Member Functions inherited from RAJA::internal::Statement< camp::nil, EnclosedStmts... > | |
| Statement ()=delete | |
Static Public Attributes inherited from RAJA::internal::ForTraitBase< ArgumentId, camp::nil > | |
| constexpr static camp::idx_t | index_val |
A RAJA::kernel statement that implements a single loop. Assigns the loop iterate to argument ArgumentId Assigns the loop index to param ParamId
| using RAJA::statement::ForICount< ArgumentId, ParamId, ExecPolicy, EnclosedStmts >::execution_policy_t = ExecPolicy |