Shortcuts

Template Struct ExecTraits< DynamicExecParams< Shared > >

Struct Documentation

template<typename Shared>
struct ripple::ExecTraits<DynamicExecParams<Shared>>

Specialization for execution traits which are dynamic.

Template Parameters
  • Shared: A type for tile local shared memory.

Public Types

using SharedType = Shared

Defines the type for shared memory.

Public Static Attributes

constexpr bool is_static = false

Defines that the execution space is not static.

constexpr bool uses_shared = !std::is_same_v<SharedType, VoidShared>

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