cub::Max

Defined in /home/runner/work/cccl/cccl/cub/cub/thread/thread_operators.cuh

struct Max

Default max functor.

Public Functions

template<typename T, typename U>
inline ::cuda::std::common_type<T, U>::type operator()(T &&t, U &&u) const

Boolean max operator, returns (t > u) ? t : u