Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 836 Bytes

File metadata and controls

21 lines (17 loc) · 836 Bytes

HSDES-LAB03: Parallel programming on PULP using the low-level API

The goals of this lab session are:

  1. Implement and parallelize a vector addition kernel
  2. Parallelize a matrix multiplication kernel
  3. Parallelize an algorithm with data dependencies

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-LAB04-PULP_Parallel_Bare

References