|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
Header file containing the RAJA Region API call. More...
#include "RAJA/policy/sequential/region.hpp"Go to the source code of this file.
Namespaces | |
| RAJA | |
Functions | |
| template<typename ExecutionPolicy , typename LoopBody > | |
| void | RAJA::region (LoopBody &&loop_body) |
| template<typename ExecutionPolicy , typename OuterBody , typename InnerBody > | |
| void | RAJA::region (OuterBody &&outer_body, InnerBody &&inner_body) |
Header file containing the RAJA Region API call.
\code region<exec_policy>(loop body ); \endcode