|
kokkos-execution 0.0.1
|
Load the value at data and check it is equal to prev. Then, add value to it. More...
#include <load_check_add.hpp>
Public Member Functions | |
| void | operator() () const |
Public Attributes | |
| ValueType | prev |
| ValueType | value |
| ValueType * | data |
Load the value at data and check it is equal to prev. Then, add value to it.
Use OnDevice to check where the functor is called.
Definition at line 14 of file load_check_add.hpp.
|
inline |
Definition at line 20 of file load_check_add.hpp.
| ValueType* Tests::Utils::Functors::LoadCheckAdd< ValueType, OnDevice >::data |
Definition at line 17 of file load_check_add.hpp.
| ValueType Tests::Utils::Functors::LoadCheckAdd< ValueType, OnDevice >::prev |
Definition at line 15 of file load_check_add.hpp.
| ValueType Tests::Utils::Functors::LoadCheckAdd< ValueType, OnDevice >::value |
Definition at line 16 of file load_check_add.hpp.