Searched defs:AtomicBOR (Results 1 – 2 of 2) sorted by relevance
394 struct AtomicBOR { struct395 __device__ Type operator()(Type &x, Type y) const { return atomicOr(&x, y); } in operator ()()
153 struct AtomicBOR { struct154 KOKKOS_INLINE_FUNCTION void operator()(Type &x, Type y) const { Kokkos::atomic_or(&x, y); } in operator ()()