fetch_min
Atomically compare operand to *m_data, storing the smaller of the two in *m_data.
(1) |
-
Atomically compare operand to *m_data, storing the smaller of the two in *m_data.
Parameters:-
T
operand
: the value to compare to *m_data. -
cl::sycl::memory_order
mem_order
: the ordering to use. Can only be memory_order_relaxed.
-