Searched defs:AtomicAdd (Results 1 – 2 of 2) sorted by relevance
115 struct AtomicAdd { struct120 struct AtomicAdd<double> { argument140 struct AtomicAdd<float> { argument161 struct AtomicAdd<PetscComplex> { argument166 AtomicAdd<PetscReal> op; in operator ()() argument
145 struct AtomicAdd { struct146 KOKKOS_INLINE_FUNCTION void operator()(Type &x, Type y) const { Kokkos::atomic_add(&x, y); } in operator ()()