Skip to content

michael861227/Parallel-Programming-fa23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Programming Fall 2023 @ NYCU

About This Repository

This repository is dedicated to the programming assignment for the Parallel Programming course in Fall 2023 at NYCU, lectured by Professor 游逸平

See more Parallel Programming course information


Lecture

Lecture Description
L1 Course Introduction
L2 Parallel and Distributed Programming
L3 Parallel hardware and software
L4 Pthreads
L5 MPI
L6 CUDA
L7 OpenCL

Programming Assignment

Programming Assignment Code
Programming Assignment I SIMD Programming 🔗 Link
Programming Assignment II Multi-thread Programming 🔗 Link
Programming Assignment III OpenMP Programming 🔗 Link
Programming Assignment IV MPI Programming 🔗 Link
Programming Assignment V CUDA Programming 🔗 Link
Programming Assignment VI OpenCL Programming 🔗 Link
Final Project Parallel Ray Tracer 🔗 Link

Usage

git clone --recurse-submodules git@github.com:michael861227/Parallel-Programming-fa23.git