Code for homework & project in PKU 23Spring "introduction to Parallel and Distributed Computing"
-
HW2: Using OpemMP (fork & join model) to accelerate BFS (top-down, bottom-up, hybrid) in C++.
-
HW3: Using MPI (send & receive model) to accelerate sobel operator (Convolution) in C++.
-
HW5: Using CUDA (heterogeneous model) to accelerate solution of 2-dim Laplace equation using finite difference method in C++.