cub::FindBoundSortedValuesPolicy#

struct FindBoundSortedValuesPolicy#

The tuning policy for the LowerBoundSortedValues and UpperBoundSortedValues algorithms in DeviceFind.

Public Functions

inline friend ::std::ostream &operator<<(
::std::ostream &os,
const FindBoundSortedValuesPolicy &p
)#

Public Members

int threads_per_block#

Number of threads in a CUDA block.

int items_per_thread#

Number of items processed per thread.

CacheLoadModifier load_modifier#

The CacheLoadModifier used for loading items from global memory.

Friends

inline friend constexpr bool operator==(
const FindBoundSortedValuesPolicy &lhs,
const FindBoundSortedValuesPolicy &rhs
) noexcept#
inline friend constexpr bool operator!=(
const FindBoundSortedValuesPolicy &lhs,
const FindBoundSortedValuesPolicy &rhs
) noexcept#