cuda::experimental::stf::reduction_operator_base

Defined in include/cuda/experimental/__stf/internal/reduction_base.cuh

class reduction_operator_base

Interface of the reduction operators (how to initialize data, how to apply the reduction)

Subclassed by cuda::experimental::stf::stream_reduction_operator_untyped

Public Functions

inline reduction_operator_base(bool)
inline virtual ~reduction_operator_base()
reduction_operator_base &operator=(const reduction_operator_base&) = delete
reduction_operator_base(const reduction_operator_base&) = delete