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
algorithmisdecoupled look-back <>_.
Friends
- inline friend constexpr bool operator==(
- const SelectPolicy &lhs,
- const SelectPolicy &rhs
- inline friend constexpr bool operator!=(
- const SelectPolicy &lhs,
- const SelectPolicy &rhs