![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
The increment function object. More...
#include <operation.hpp>
Public Member Functions | |
| template<typename T> | |
| ALPAKA_NO_HOST_ACC_WARNING ALPAKA_FN_HOST_ACC auto | operator() (T *const addr, T const &value) const -> T |
| Increments up to value, then reset to 0. | |
The increment function object.
Definition at line 110 of file operation.hpp.
|
inline |
Increments up to value, then reset to 0.
Definition at line 117 of file operation.hpp.