Shortcuts

Typedef ripple::default_exec_params_t

Typedef Documentation

template<size_t Dims>
using ripple::default_exec_params_t = std::conditional_t<Dims == 1, exec_params_1d_t, std::conditional_t<Dims == 2, exec_params_2d_t, exec_params_3d_t>>

Defines the execution parameter type based on the number of dimensions.

Template Parameters
  • Dims: The number of dimensions to get the execution params for.

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