boost::compute::atomic_max
// In header: <boost/compute/functional/atomic.hpp> template<typename T> class atomic_max : public function< T(T *, T)> { public: // public member functions atomic_max(); };
atomic_max
atomic_max();