Template Struct ExecTraits< DynamicExecParams< Shared > >¶
Defined in File execution_traits.hpp
Struct Documentation¶
-
template<typename
Shared
>
structripple
::
ExecTraits
<DynamicExecParams<Shared>>¶ Specialization for execution traits which are dynamic.
- Template Parameters
Shared
: A type for tile local 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.