Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 545 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 545 Bytes

Parallel Programming Class

A 4th year parallel programming computer science class

Introduction

In this repository you can find the assignments and answers to a parallel programming class I took in my final year of university. The class had us focus on parallel progamming in C using the CPU (openMP, PThreads) and GPU (CUDA).

Offical Class Synopsis

Design and implementation of parallel programs including theoretical computer models, 
parallel architectures (distributed, multicore, GPU), and standard parallel libraries.