atomic_fetch_and
Global function atomic_and. Calls and on SYCL atomic object.
(1) |
-
Global function atomic_and. Calls and on SYCL atomic object.
Parameters:-
atomic<T, addressSpace>
object
: The atomic object to and with -
T
operand
-
cl::sycl::memory_order
mem_order
: The memory ordering to use. Only memory_order_relaxed
-