Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 968 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 968 Bytes

HSDES-LAB03: Digital Signal Processing Programming on PULP

The goals of this lab session are:

  1. SIMD Vectorized FIR Filters
  2. Loop Unrolling techniques for Matrix Multiplications
  3. SIMD Vectorized MatMul (on your own)
  4. Convolution on PULP

A final assignment is described here

Getting Started

Open a shell and clone the repository with the sample code. Remember also to source the PULP-SDK configuration script.

source /pulp/sourceme.sh
cd <working_dir>
git clone https://github.com/EEESlab/HSDES-LAB03-PULP_DSP

References