Skip to content

BasicLog

Module: Basic Math Functions

Modules

Name
BasicLogKernels

Functions

Name
void plp_log_f32_parallel(const float32_t restrict pSrc, uint32_t blockSize, uint32_t nPE, float32_t restrict pDst)
Glue code for parallel log of 32-bit float vectors.

Functions Documentation

function plp_log_f32_parallel

void plp_log_f32_parallel(
    const float32_t *__restrict__ pSrc,
    uint32_t blockSize,
    uint32_t nPE,
    float32_t *__restrict__ pDst
)

Glue code for parallel log of 32-bit float vectors.

Parameters:

  • pSrc points to the input vector
  • blockSize number of samples in each vector
  • nPE number of parallel processing units
  • pDst points to output vector

Return: none


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