Typedef ripple::shared_exec_params_1d_t¶
Typedef Documentation¶
-
template<typename
T
, size_tPad
= 0>
usingripple
::
shared_exec_params_1d_t
= StaticExecParams<512, 1, 1, Pad, T>¶ Defines an alias for 1d static execution parameters with a shared memory type and an optional padding amount.
- Template Parameters
T
: The type of the shared memory.Pad
: The amount of padding for the space.