The goals of this lab session are:
- Parallelize of a matrix multiplication kernel
- Implement and parallelize a matrix addition kernel
- Parallelize an algorithm with data dependencies
- Parallelize an unrolled matrix multiplication
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-LAB04-PULP_Parallel_Bare