Template Function ripple::reduce(const HostBlock<T, Dims>&, Pred&&)¶
Defined in File reduce.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “ripple::reduce” with arguments ((const HostBlock<T, Dims>&, Pred&&)) in doxygen xml output for project “Ripple” from directory: /home/hiccup/Catalyst/ripple/build/docs/docs/doxygen/xml. Potential matches:
- template<typename T, size_t Dims, typename Pred> auto reduce(const DeviceBlock<T, Dims> &block, Pred &&pred) noexcept -> T
- template<typename T, size_t Dims, typename Pred> auto reduce(const HostBlock<T, Dims> &block, Pred &&pred) noexcept -> T