cub::LookbackDelayPolicy#

struct LookbackDelayPolicy#

The policy configuring the delay algorithm used by decoupled lookback.

Public Functions

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

Public Members

LookbackDelayAlgorithm kind#

The algorithm used for delaying during decoupled lookback.

unsigned int delay#

The delay in nanoseconds.

unsigned int l2_write_latency#

The write latency of the L2 cache in nanoseconds.

Friends

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