plp_mat_add_instance_f32
Instance structure for floating-point parallel matrix addition. More...
#include <plp_math.h>
Public Attributes
Detailed Description
struct plp_mat_add_instance_f32;
Instance structure for floating-point parallel matrix addition.
Public Attributes Documentation
variable pSrcA
const float *__restrict__ pSrcA;
variable pSrcB
const float *__restrict__ pSrcB;
variable M
uint32_t M;
variable N
uint32_t N;
variable nPE
uint32_t nPE;
variable pDst
float *__restrict__ pDst;
Updated on 2023-03-01 at 16:16:31 +0000