|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <type_traits>#include "RAJA/pattern/detail/TypeTraits.hpp"#include "RAJA/pattern/params/params_base.hpp"#include "RAJA/util/SoAPtr.hpp"Go to the source code of this file.
Namespaces | |
| RAJA | |
| RAJA::operators | |
| RAJA::expt | |
| RAJA::expt::detail | |
Functions | |
| template<template< typename, typename, typename > class Op, typename T > | |
| constexpr auto | RAJA::expt::Reduce (T *target) |
| template<template< typename, typename, typename > class Op, typename T , typename IndexType > | |
| constexpr auto | RAJA::expt::Reduce (ValLoc< T, IndexType > *target) |
| template<template< typename, typename, typename > class Op, typename T , typename IndexType > | |
| constexpr auto | RAJA::expt::ReduceLoc (T *target, IndexType *index) |