atomic_fetch_max
Global function atomic_max. Calculates max(object, operand), storing the result in object.
|
(1) |
-
Global function atomic_max. Calculates max(object, operand), storing the result in object.
Parameters:-
atomic<T, addressSpace>object: The atomic object to perform max on -
Toperand -
cl::sycl::memory_ordermem_order: The memory ordering to use. Only memory_order_relaxed
-