/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/core/utility/reduce_operator_accumulate.hpp Source File#
reduce_operator_accumulate.hpp
Go to the documentation of this file.
Definition: 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