reduce_operator_accumulate.hpp Source File#
reduce_operator_accumulate.hpp
Go to the documentation of this file.
Definition reduce_operator.hpp:11
Definition tile/core/algorithm/cluster_descriptor.hpp:13
Definition reduce_operator_accumulate.hpp:41
CK_TILE_HOST_DEVICE void operator()(const ReduceOp &reduce_func, T ¤t_value, const T &new_value) const
Definition reduce_operator_accumulate.hpp:44
Accumulate with index tracking reductions, provides deterministic first occurring index.
Definition reduce_operator_accumulate.hpp:12
CK_TILE_HOST_DEVICE void operator()(const ReduceOp &reduce_func, T ¤t_value, IndexType ¤t_index, const T &new_value, const IndexType &new_index) const
Definition reduce_operator_accumulate.hpp:14