21 #ifndef DSPLIB_CHOLESKY_INPLACE_IXX_IXX_OXX_PRIV_H_
22 #define DSPLIB_CHOLESKY_INPLACE_IXX_IXX_OXX_PRIV_H_
25 #include "../common/DSPLIB_inlines.h"
26 #include "../common/DSPLIB_utility.h"
43 #define DSPLIB_CHOLESKY_INPLACE_IXX_IXX_OXX_PBLOCK_SIZE (7 * SE_PARAM_SIZE)
80 template <
typename dataType>
107 template <
typename dataType>
125 template <
typename dataType>
DSPLIB_STATUS(* pFxnDSPLIB_cholesky_inplace_exec)(DSPLIB_kernelHandle handle, void *restrict pA, void *restrict pMul)
This is a function pointer type that conforms to the declaration of DSPLIB_cholesky_inplace_exec_ci a...
DSPLIB_STATUS DSPLIB_cholesky_inplace_init_ci(DSPLIB_kernelHandle handle, DSPLIB_bufParams2D_t *bufParamsA, DSPLIB_bufParams1D_t *bufParamsMul, const DSPLIB_cholesky_inplace_InitArgs *pKerInitArgs)
This function is the initialization function for the C7x implementation of the kernel....
DSPLIB_STATUS DSPLIB_cholesky_inplace_exec_cn(DSPLIB_kernelHandle handle, void *restrict pA, void *restrict pMul)
This function is the main execution function for the natural C implementation of the kernel....
#define DSPLIB_CHOLESKY_INPLACE_IXX_IXX_OXX_PBLOCK_SIZE
Macro to define the size of bufPblock array of DSPLIB_cholesky_inplace_PrivArgs structure.
DSPLIB_STATUS DSPLIB_cholesky_inplace_exec_ci(DSPLIB_kernelHandle handle, void *restrict pA, void *restrict pMul)
This function is the main execution function for the C7x implementation of the kernel....
DSPLIB_STATUS_NAME DSPLIB_STATUS
Return value for DSPLIB functions.
DSPLIB_STATUS_NAME
The enumeration of all status codes.
void * DSPLIB_kernelHandle
Handle type for DSPLIB operations.
A structure for a 1 dimensional buffer descriptor.
A structure for a 2 dimensional buffer descriptor.
Structure containing the parameters to initialize the kernel.
Structure that is reserved for internal use by the kernel.
int32_t order
Order of input buffer for different batches DSPLIB_cholesky_inplace_init that will be retrieved and u...
pFxnDSPLIB_cholesky_inplace_exec execute
Function pointer to point to the right execution variant between DSPLIB_cholesky_inplace_exec_cn and ...
int32_t shiftForVecLenDiv