Skip to content

Parallel Programming

Fall 2018 Lecturer: Yiping You @CS, NCTU Taiwan

GitHub for this course

Here

Final project: Gaussin Blur, Different Parallel Platforms Comparison

  • Achieved 935 times faster Gaussian Blur on NVIDIA GTX 1070 compared to Intel Core i5 7500 (4C 4T 3.4GHzs) with error < 1%
  • Presentation pptx
  • Report , First time writing the ACM SGI style report, not so well-written, feel free to mail me
  • Source code