Searched defs:AtomicBAND (Results 1 – 2 of 2) sorted by relevance
390 struct AtomicBAND { struct391 __device__ Type operator()(Type &x, Type y) const { return atomicAnd(&x, y); } in operator ()()
149 struct AtomicBAND { struct150 KOKKOS_INLINE_FUNCTION void operator()(Type &x, Type y) const { Kokkos::atomic_and(&x, y); } in operator ()()