Skip to content

plp_mat_copy_stride_instance_f32

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

#include <plp_math.h>

Public Attributes

Name
const float *restrict pSrc
uint32_t M
uint32_t N
uint32_t strideSrc
uint32_t strideDst
uint32_t nPE
float *restrict pDst

Detailed Description

struct plp_mat_copy_stride_instance_f32;

Instance structure for floating-point parallel strided matrix copy.


Public Attributes Documentation

variable pSrc

const float *__restrict__ pSrc;

variable M

uint32_t M;

variable N

uint32_t N;

variable strideSrc

uint32_t strideSrc;

variable strideDst

uint32_t strideDst;

variable nPE

uint32_t nPE;

variable pDst

float *__restrict__ pDst;

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