Searched defs:AtomicMult (Results 1 – 2 of 2) sorted by relevance
227 struct AtomicMult { struct228 __device__ Type operator()(Type &x, Type y) const { return atomicMult(&x, y); } in operator ()()
177 struct AtomicMult { struct178 KOKKOS_INLINE_FUNCTION void operator()(Type &x, Type y) const { Kokkos::atomic_fetch_mul(&x, y); } in operator ()()