|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <reduce.hpp>
Public Types | |
| using | operator_type = Op< T, T, T > |
Public Member Functions | |
| RAJA_HOST_DEVICE RAJA_INLINE void | operator() (T &val, const T v) const |
Static Public Member Functions | |
| static constexpr RAJA_HOST_DEVICE T | identity () |
| using RAJA::reduce::detail::op_adapter< T, Op >::operator_type = Op<T, T, T> |
|
inlinestaticconstexpr |
|
inline |