Skip to content

plp_mat_sub_stride_instance_f32

Instance structure for strided floating-point parallel matrix subtraction. More...

#include <plp_math.h>

Public Attributes

Name
const float *restrict pSrcA
const float *restrict pSrcB
uint32_t M
uint32_t N
uint32_t strideA
uint32_t strideB
uint32_t strideY
uint32_t nPE
float *restrict pDst

Detailed Description

struct plp_mat_sub_stride_instance_f32;

Instance structure for strided floating-point parallel matrix subtraction.


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 strideA

uint32_t strideA;

variable strideB

uint32_t strideB;

variable strideY

uint32_t strideY;

variable nPE

uint32_t nPE;

variable pDst

float *__restrict__ pDst;

Updated on 2023-03-01 at 16:16:31 +0000