Skip to content

Alfons0329/Parallel_Programming_Fall_2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel_Programming_Fall_2018

  • Parallel Programming Lectured by Yi-Ping You @CS NCTU Taiwan
  • Course page: Here

Homeworks

  • 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)
  • Wave equation HW4 Repo, Spec

    • Use the CUDA (NVIDIA CUDA) library to accelerate the computation
  • Image histogram statistics HW5 Repo, Spec

    • Use the OpenCL library to accelerate the computation

Final Project for the Semester

  • Parallelize and accelerate the Gaussian Blur image processing with various parallel platforms Final Repo

About

Parallel Programming Lectured by Yi-Ping You @cs NCTU Taiwan

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •