For the SVD library element, use the following list of configurable parameters and default values.
| Name | Type | Default | Description |
|---|---|---|---|
| DATA_TYPE | typename | float | Data Type. |
| DIM_ROWS | unsigned | 4 | Row dimension of the input matrix. |
| DIM_COLS | unsigned | 4 | Column dimension of the input matrix. |
| PASSES | unsigned | 4 | The number of operations per call to the kernel. |
| CASC_LEN | unsigned | 1 | The number of cascaded kernels to be used to perform the function. |
| NITER | unsigned | 4 | See Common Configuration Parameters |
| STIM_TYPE | unsigned | 0 | See Common Configuration Parameters |
Note
Given parameter values are subject to checks early in compilation to ensure support.