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

Header file for loop kernel internals and helper functions. More...

#include "camp/camp.hpp"

Go to the source code of this file.

Classes

struct  RAJA::internal::detail::SeqToType< T, idx_t >
 
struct  RAJA::internal::detail::ListOfNHelper< T, camp::idx_seq< SEQ... > >
 
struct  RAJA::internal::detail::TupleOfNHelper< T, camp::idx_seq< SEQ... > >
 

Namespaces

 RAJA
 
 RAJA::internal
 
 RAJA::internal::detail
 

Typedefs

template<typename T , camp::idx_t N>
using RAJA::internal::list_of_n = typename detail::ListOfNHelper< T, camp::make_idx_seq_t< N > >::type
 
template<typename T , camp::idx_t N>
using RAJA::internal::tuple_of_n = typename detail::TupleOfNHelper< T, camp::make_idx_seq_t< N > >::type
 

Detailed Description

Header file for loop kernel internals and helper functions.