Searched defs:AtomicFetchAdd (Results 1 – 1 of 1) sorted by relevance
190 struct AtomicFetchAdd { struct191 …_INLINE_FUNCTION Type operator()(Type &x, Type y) const { return Kokkos::atomic_fetch_add(&x, y); } in operator ()()