cub::BatchedCopyPolicy#

struct BatchedCopyPolicy#

The tuning policy for all algorithms in DeviceMemcpy.

Public Functions

inline friend ::std::ostream &operator<<(
::std::ostream &os,
const BatchedCopyPolicy &policy
)#

Public Members

BatchedCopyAlgorithm algorithm#

The batched-copy algorithm to use.

BatchedCopyLookbackPolicy lookback#

The policy for the batched-copy algorithm based on decoupled-lookback.

Only used when algorithm is lookback.

Friends

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