fetch_max
Atomically compare operand to *m_data, storing the larger of the two in *m_data.
|
(1) |
-
Atomically compare operand to *m_data, storing the larger of the two in *m_data.
Parameters:-
Toperand: the value to compare to *m_data. -
cl::sycl::memory_ordermem_order: the ordering to use. Can only be memory_order_relaxed.
-