- Parallel Programming Lectured by Yi-Ping You @CS NCTU Taiwan
- Course page: Here
-
Computing of Pi estimation with Monte Carlo Method HW1 Repo, Spec
- Use the pthread library to accelerate the computation
-
Conjugate Gradient calculation HW2 Repo, Spec
- Use the OpenMP library to accelerate the computation
-
Prime searching, counting and integration under sin(X)HW3 Repo, Spec
- Use the OpenMPI(message passing model) library to accelerate the computation (mainly the distributive computation)
-
- Use the CUDA (NVIDIA CUDA) library to accelerate the computation
-
Image histogram statistics HW5 Repo, Spec
- Use the OpenCL library to accelerate the computation
- Parallelize and accelerate the Gaussian Blur image processing with various parallel platforms Final Repo