Shortcuts

Template Struct ExecTraits< ExecParams< ExecImpl > >

Struct Documentation

template<typename ExecImpl>
struct ripple::ExecTraits<ExecParams<ExecImpl>>

Specialization for base execution parameters.

Template Parameters
  • ExecImpl: The implementation of the interface.

Public Types

using SharedType = typename Traits::SharedType

Defines the type for shared memory.

Public Static Attributes

constexpr bool is_static = Traits::is_static

Defines that the execution space is not static.

constexpr bool uses_shared = Traits::uses_shared

Returns true if the shared memory type is not VoidShared, and hence that shared memory should be used.

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