hipCUB
Functions
util_math.hpp File Reference

Define helper math functions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
BEGIN_HIPCUB_NAMESPACE constexpr __device__ __host__ T MidPoint (T begin, T end)
 Computes the midpoint of the integers. More...
 

Detailed Description

Define helper math functions.

Function Documentation

◆ MidPoint()

template<typename T >
BEGIN_HIPCUB_NAMESPACE constexpr __device__ __host__ T MidPoint ( begin,
end 
)

Computes the midpoint of the integers.

Extra operation is performed in order to prevent overflow.

Returns
Half the sum of begin and end