RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Static Public Attributes | List of all members
RAJA::policy::omp::internal::Schedule< Sched, Chunk > Struct Template Reference

#include <policy.hpp>

Inheritance diagram for RAJA::policy::omp::internal::Schedule< Sched, Chunk >:
RAJA::policy::omp::internal::ScheduleTag

Static Public Attributes

constexpr static omp_sched_t schedule = Sched
 
constexpr static int chunk_size = Chunk
 
constexpr static Policy policy = Policy::openmp
 

Member Data Documentation

◆ schedule

template<omp_sched_t Sched, int Chunk>
constexpr static omp_sched_t RAJA::policy::omp::internal::Schedule< Sched, Chunk >::schedule = Sched
staticconstexpr

◆ chunk_size

template<omp_sched_t Sched, int Chunk>
constexpr static int RAJA::policy::omp::internal::Schedule< Sched, Chunk >::chunk_size = Chunk
staticconstexpr

◆ policy

template<omp_sched_t Sched, int Chunk>
constexpr static Policy RAJA::policy::omp::internal::Schedule< Sched, Chunk >::policy = Policy::openmp
staticconstexpr

The documentation for this struct was generated from the following file: