Home
last modified time | relevance | path

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

/petsc/include/petsc/private/ !
H A Dcupmatomics.hpp398 struct AtomicBXOR { struct
399 __device__ Type operator()(Type &x, Type y) const { return atomicXor(&x, y); } in operator ()()
/petsc/src/vec/is/sf/impls/basic/kokkos/ !
H A Dsfkok.kokkos.cxx157 struct AtomicBXOR { struct
158 KOKKOS_INLINE_FUNCTION void operator()(Type &x, Type y) const { Kokkos::atomic_fetch_xor(&x, y); } in operator ()()