cub::SelectPolicy#

struct SelectPolicy#

The tuning policy for all non-ByKey algorithms in DeviceSelect.

Public Functions

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

Public Members

SelectAlgorithm algorithm#

The select algorithm to use.

SelectLookbackPolicy lookback#

The policy for the selection algorithm based on decoupled-lookback.

Only used when algorithm is decoupled look-back <>_.

Friends

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