|
kokkos-execution 0.0.1
|
#include <increment.hpp>
Public Member Functions | |
| void | operator() () const noexcept(!MayThrow) |
Public Attributes | |
| ViewType::non_const_type | counter |
| ViewType::non_const_type | value |
Definition at line 45 of file increment.hpp.
|
inlinenoexcept |
Definition at line 49 of file increment.hpp.
References Tests::Utils::atomic_fetch_add(), counter, and value.
| ViewType::non_const_type Tests::Utils::Functors::FetchIncrement< ViewType, MayThrow, MemoryScope >::counter |
Definition at line 46 of file increment.hpp.
| ViewType::non_const_type Tests::Utils::Functors::FetchIncrement< ViewType, MayThrow, MemoryScope >::value |
Definition at line 46 of file increment.hpp.