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

RAJA header file containing user interface for RAJA::launch::openmp. More...

#include "RAJA/pattern/launch/launch_core.hpp"
#include "RAJA/policy/openmp/policy.hpp"

Go to the source code of this file.

Classes

struct  RAJA::LaunchExecute< RAJA::omp_launch_t >
 
struct  RAJA::LoopExecute< omp_parallel_for_exec, SEGMENT >
 
struct  RAJA::LoopExecute< omp_for_exec, SEGMENT >
 
struct  RAJA::LoopICountExecute< omp_for_exec, SEGMENT >
 
struct  RAJA::LoopExecute< omp_parallel_nested_for_exec, SEGMENT >
 
struct  RAJA::LoopICountExecute< omp_parallel_nested_for_exec, SEGMENT >
 
struct  RAJA::TileExecute< omp_parallel_for_exec, SEGMENT >
 
struct  RAJA::TileTCountExecute< omp_parallel_for_exec, SEGMENT >
 
struct  RAJA::TileExecute< omp_for_exec, SEGMENT >
 
struct  RAJA::TileTCountExecute< omp_for_exec, SEGMENT >
 

Namespaces

 RAJA
 

Detailed Description

RAJA header file containing user interface for RAJA::launch::openmp.