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