The goals of this lab session are:
- SIMD Vectorized FIR Filters
- Loop Unrolling techniques for Matrix Multiplications
- SIMD Vectorized MatMul (on your own)
- Convolution on PULP
A final assignment is described here
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