Shortcuts

Template Function ripple::static_params

Function Documentation

template<size_t Dims, typename Shared = VoidShared, size_t Pad = 0>
auto ripple::static_params() noexcept -> default_shared_exec_params_t<Dims, Shared, Pad>

Creates default static execution execution parameters.

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

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

  • Pad: The padding for the space.

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