fetch_sub
Atomically subtract operand from *m_data.
|
(1) |
-
Atomically subtract operand from *m_data.
Parameters:-
Toperand: the value to subtract from *m_data. -
cl::sycl::memory_ordermem_order: the ordering to use. Can only be memory_order_relaxed.
-