Skip to content

steven112163/Parallel-Programming

Repository files navigation

Parallel-Programming

๐Ÿ’ป NYCU Parallel Programming Fall 2021

๐Ÿน Prerequisites

  • g++ >= 10
  • clang++ >= 11
  • libomp5
  • mpi4
  • cuda10.1
  • OpenCL2.1

๐Ÿ“š Homeworks

HW Description
HW1 SIMD
HW2 Multi-thread
HW3 OpenMP
HW4 MPI
HW5 CUDA
HW6 OpenCL
Project Ripple Simulation Based on OpenGL