Public Member Functions | |
| template<typename Exec> | |
| void | apply (const Exec &exec) const |
| template<std::integral T> | |
| KOKKOS_FUNCTION void | operator() (const T trial) const |
Public Attributes | |
| view_t | data |
| int | trials = 0 |
| utils::atomics::InsertMin | inserter {} |
Definition at line 25 of file test_InsertOp.cpp.
|
inline |
Definition at line 32 of file test_InsertOp.cpp.
|
inline |
Definition at line 43 of file test_InsertOp.cpp.
| view_t Kokkos::utils::tests::atomics::InsertMinTest< view_t >::data |
Definition at line 27 of file test_InsertOp.cpp.
| utils::atomics::InsertMin Kokkos::utils::tests::atomics::InsertMinTest< view_t >::inserter {} |
Definition at line 29 of file test_InsertOp.cpp.
| int Kokkos::utils::tests::atomics::InsertMinTest< view_t >::trials = 0 |
Definition at line 28 of file test_InsertOp.cpp.