Shortcuts

Template Function ripple::dynamic_params

Function Documentation

template<size_t Dims, typename Shared = VoidShared>
auto ripple::dynamic_params(size_t padding = 0) noexcept -> DynamicExecParams<Shared>

Creates ddynamic execution execution paramters with the default settings.

Parameters
  • padding: The amount of padding for the space.

Template Parameters
  • Dims: The number of dimensions for the parameters.

  • Shared: The type of the shared memory for the parameters.

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