RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Classes | Namespaces
For.hpp File Reference

Header file for statement wrappers and executors. More...

#include "RAJA/config.hpp"
#include <iostream>
#include <type_traits>
#include "RAJA/pattern/kernel/internal.hpp"
#include "RAJA/pattern/params/forall.hpp"

Go to the source code of this file.

Classes

struct  RAJA::statement::For< ArgumentId, ExecPolicy, EnclosedStmts >
 
struct  RAJA::internal::ForWrapper< ArgumentId, Data, Types, EnclosedStmts >
 
struct  RAJA::internal::StatementExecutor< statement::For< ArgumentId, ExecPolicy, EnclosedStmts... >, Types >
 
struct  RAJA::internal::StatementExecutor< statement::For< ArgumentId, seq_exec, EnclosedStmts... >, Types >
 

Namespaces

 RAJA
 
 RAJA::statement
 
 RAJA::internal
 

Detailed Description

Header file for statement wrappers and executors.