Searched defs:AtomicBXOR (Results 1 – 2 of 2) sorted by relevance
398 struct AtomicBXOR { struct399 __device__ Type operator()(Type &x, Type y) const { return atomicXor(&x, y); } in operator ()()
157 struct AtomicBXOR { struct158 KOKKOS_INLINE_FUNCTION void operator()(Type &x, Type y) const { Kokkos::atomic_fetch_xor(&x, y); } in operator ()()