DSPLIB User Guide
DSPLIB_lud_PrivArgs Struct Reference

Detailed Description

Structure that is reserved for internal use by the kernel.

Definition at line 177 of file DSPLIB_lud_priv.h.

Data Fields

pFxnDSPLIB_lud_exec execute
 Function pointer to point to the right execution variant between DSPLIB_lud_exec_cn and DSPLIB_lud_exec_ci.
More...
 
int32_t order
 Size of input buffer for different batches DSPLIB_lud_init that will be retrieved and used by DSPLIB_lud_exec
More...
 
int32_t strideOrder
 Stride between rows of input and output data matrix
More...
 
int32_t strideP
 Stride between rows of output data matrix P
More...
 
uint8_t bufPblock [DSPLIB_LUD_IXX_IXX_OXX_PBLOCK_SIZE]
 Buffer to save SE & SA configuration parameters
More...
 

Field Documentation

◆ execute

pFxnDSPLIB_lud_exec DSPLIB_lud_PrivArgs::execute

Function pointer to point to the right execution variant between DSPLIB_lud_exec_cn and DSPLIB_lud_exec_ci.

Definition at line 181 of file DSPLIB_lud_priv.h.

◆ order

int32_t DSPLIB_lud_PrivArgs::order

Size of input buffer for different batches DSPLIB_lud_init that will be retrieved and used by DSPLIB_lud_exec

order of the input data matrix A

Definition at line 186 of file DSPLIB_lud_priv.h.

◆ strideOrder

int32_t DSPLIB_lud_PrivArgs::strideOrder

Stride between rows of input and output data matrix

Definition at line 188 of file DSPLIB_lud_priv.h.

◆ strideP

int32_t DSPLIB_lud_PrivArgs::strideP

Stride between rows of output data matrix P

Definition at line 190 of file DSPLIB_lud_priv.h.

◆ bufPblock

uint8_t DSPLIB_lud_PrivArgs::bufPblock[DSPLIB_LUD_IXX_IXX_OXX_PBLOCK_SIZE]

Buffer to save SE & SA configuration parameters

Definition at line 192 of file DSPLIB_lud_priv.h.