load
Atomically load from m_data. Calls C++11 equivalent on host, on device it either calls atomic_add with operand = 0, discarding the result.
|
(1) |
-
Atomically load from m_data. Calls C++11 equivalent on host, on device it either calls atomic_add with operand = 0, discarding the result.
Parameters:-
cl::sycl::memory_order
mem_order
: the ordering to use. Can only be memory_order_relaxed.
-