• Docs >
  • Ripple API >
  • Template Function ripple::invoke(HostBlock<T, Dims>&, Callable&&, Args&&…)
Shortcuts

Template Function ripple::invoke(HostBlock<T, Dims>&, Callable&&, Args&&…)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “ripple::invoke” with arguments ((HostBlock<T, Dims>&, Callable&&, Args&&…)) 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 Callable, typename ...Args, non_exec_param_enable_t<Callable> = 0> auto invoke(DeviceBlock<T, Dims> &block, Callable &&callable, Args&&... args) noexcept -> void
- template<typename T, size_t Dims, typename Callable, typename ...Args, non_exec_param_enable_t<Callable> = 0> auto invoke(HostBlock<T, Dims> &block, Callable &&callable, Args&&... args) noexcept -> void

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples