plp_mat_fill_stride_instance_i8
Instance structure for filling an integer matrix in parallel. More...
#include <plp_math.h>
Public Attributes
Name | |
---|---|
uint32_t | M |
uint32_t | N |
uint32_t | stride |
int8_t | value |
uint32_t | nPE |
int8_t *restrict | pDst |
Detailed Description
struct plp_mat_fill_stride_instance_i8;
Instance structure for filling an integer matrix in parallel.
Public Attributes Documentation
variable M
uint32_t M;
variable N
uint32_t N;
variable stride
uint32_t stride;
variable value
int8_t value;
variable nPE
uint32_t nPE;
variable pDst
int8_t *__restrict__ pDst;
Updated on 2023-03-01 at 16:16:31 +0000