atomic_fetch_max_explicit

atomic_fetch_max_explicit#

stdgpu: stdgpu::atomic_fetch_max_explicit
stdgpu Latest
Efficient STL-like Data Structures on the GPU

◆ atomic_fetch_max_explicit()

template<typename T , typename Allocator >
STDGPU_DEVICE_ONLY T stdgpu::atomic_fetch_max_explicit ( atomic< T, Allocator > *  obj,
const typename atomic< T, Allocator >::value_type  arg,
const memory_order  order 
)
noexcept

Atomically computes and stores the maximum of the stored value and the given argument.

Parameters
[in]objThe atomic object
[in]argThe other argument of maximum
[in]orderThe memory order
Returns
The old value