Home
last modified time | relevance | path

Searched defs:AtomicFetchAdd (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx190 struct AtomicFetchAdd { struct
191 …_INLINE_FUNCTION Type operator()(Type &x, Type y) const { return Kokkos::atomic_fetch_add(&x, y); } in operator ()()