![]() |
MATHLIB User Guide
|
Structure containing the initialization parameters for kernels involving 1D sequential access.
Definition at line 153 of file MATHLIB_types.h.
Data Fields | |
| bool | callCheckParams = false |
| flag to call the checkparams function of given kernel More... | |
| bool | callInit = true |
| flag to call the initialization function of given kernel More... | |
| __SE_TEMPLATE_v1 | se0Params |
| struct to hold SE0 parameters More... | |
| __SE_TEMPLATE_v1 | se1Params |
| struct to hold SE1 parameters More... | |
| __SA_TEMPLATE_v1 | sa0Params |
| struct to hold SA0 parameters More... | |
| size_t | blockSize = 0 |
| placeholder for iteration count of compute loop More... | |
| bool MATHLIB_SESA1DSequential_t::callCheckParams = false |
flag to call the checkparams function of given kernel
Definition at line 154 of file MATHLIB_types.h.
| bool MATHLIB_SESA1DSequential_t::callInit = true |
flag to call the initialization function of given kernel
Definition at line 155 of file MATHLIB_types.h.
| __SE_TEMPLATE_v1 MATHLIB_SESA1DSequential_t::se0Params |
struct to hold SE0 parameters
Definition at line 156 of file MATHLIB_types.h.
| __SE_TEMPLATE_v1 MATHLIB_SESA1DSequential_t::se1Params |
struct to hold SE1 parameters
Definition at line 157 of file MATHLIB_types.h.
| __SA_TEMPLATE_v1 MATHLIB_SESA1DSequential_t::sa0Params |
struct to hold SA0 parameters
Definition at line 158 of file MATHLIB_types.h.
| size_t MATHLIB_SESA1DSequential_t::blockSize = 0 |
placeholder for iteration count of compute loop
Definition at line 159 of file MATHLIB_types.h.