|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
Header file for loop kernel internals and helper functions. More...
#include "camp/camp.hpp"Go to the source code of this file.
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 |
Header file for loop kernel internals and helper functions.