/Parallel-Programming-NYCU

IOC5181, Parallel Programming @ NYCU, Fall 2021

Primary LanguageC++

Parallel Programming

IOC5181, Parallel Programming @ NYCU, Fall 2021

Author

Student ID GitHub Account Name Email
0856167 Yunyung 許振揚 yungyung7654321@gmail.com

About this Repository

  • This is the repository for the assginments in NYCU CS Parallel Programming(PP) fall 2021 class.
  • We are going to implement some parallel programming model on different parallel computer architecture

How to Use This Repository

  • Course website and assigments are in here.

Assignments

1. SIMD

2. Muti-thread

3. OpenMP

4. MPI

5. CUDA

6. OpenCL

Final Project

Our final project is about Parallelization of Knuth-Morris-Pratt (KMP) String Matching Algorithm, our repository of final project is here.