Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dcupmatomics.hpp115 struct AtomicAdd { struct
120 struct AtomicAdd<double> { argument
140 struct AtomicAdd<float> { argument
161 struct AtomicAdd<PetscComplex> { argument
166 AtomicAdd<PetscReal> op; in operator ()() argument
/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx145 struct AtomicAdd { struct
146 KOKKOS_INLINE_FUNCTION void operator()(Type &x, Type y) const { Kokkos::atomic_add(&x, y); } in operator ()()