For the QRD 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 | 32 | Row dimension of the input matrix. |
| DIM_COLS | unsigned | 32 | Column dimension of the input matrix. |
| NUM_FRAMES | unsigned | 1 | Number of frames in a window. |
| CASC_LEN | unsigned | 1 | The number of cascaded kernels to be used to perform the function. |
| DIM_A_LEADING | unsigned | 1 | Matrix A data memory order. 1 is row major, 0 is column major. |
| DIM_Q_LEADING | unsigned | 1 | Matrix Q data memory order. 1 is row major, 0 is column major. |
| DIM_R_LEADING | unsigned | 1 | Matrix R data memory order. 1 is row major, 0 is column major. |
| 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.