/2023Spring-PKUPDC

Code for homework & project in PKU 23Spring "introduction to Parallel and Distributed Computing"

Primary LanguageC++Apache License 2.0Apache-2.0

2023Spring-PKUPDC

Code for homework & project in PKU 23Spring "introduction to Parallel and Distributed Computing"

Homework

  • 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++.