20 #ifndef RAJA_policy_sequential_kernel_Reduce_HPP
21 #define RAJA_policy_sequential_kernel_Reduce_HPP
34 template<
template<
typename...>
class ReduceOperator,
36 typename... EnclosedStmts,
39 statement::
Reduce<seq_reduce, ReduceOperator, ParamId, EnclosedStmts...>,
43 template<
typename Data>
44 static RAJA_INLINE
void exec(Data&& data)
constexpr auto Reduce(T *target)
Definition: reducer.hpp:231
RAJA_INLINE void execute_statement_list(Data &&data)
Definition: StatementList.hpp:84
Definition: AlignedRangeIndexSetBuilders.cpp:35
RAJA header file containing user interface for RAJA::kernel.
static RAJA_INLINE void exec(Data &&data)
Definition: Reduce.hpp:44
Definition: Statement.hpp:48