Home
last modified time | relevance | path

Searched refs:atomicOr (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Dcupmatomics.hpp366 __device__ static llint atomicOr(llint *address, llint val) in atomicOr() function
395 __device__ Type operator()(Type &x, Type y) const { return atomicOr(&x, y); } in operator ()()
739 __device__ static inline llint atomicOr(llint *address, llint val)
767 __device__ Type operator()(Type &x, Type y) const { return atomicOr(&x, y); }