This is my code and writing assignment for studying CS149-Fall21.
However, for the video, you can watch the CMU 15-418/15-618 Parallel Computer Architecture and Programming, which is just like CS149 PARALLEL COMPUTING:
Although the lecture of 2013 is very old, the Further Reading in it is very valuable, which is not included in the lectures of recent years
When I was writing Assignments independently, I came across exercises from different years (not limited to CS149-Fall21). These exercises are valuable for us to practice and reinforce the knowledge we have learned.
What a pity there is no solution!
- 「Assignment」 CMU15-418 Spring 2015
- 「Assignment」 CMU15-418 Spring 2016
- 「Assignment」 CMU15-418 Spring 2017
The CMU 15-418/618 Parallelism Competition or Projects
- Assignment 1: Analyzing Parallel Program Performance on a Quad-Core CPU
- Assignment 2: Scheduling Task Graphs on a Multi-Core CPU
- Assignment 3: A Simple Renderer in CUDA
- Assignment 4: Big Graph Processing in OpenMP
- Extra Credit: Implement Matrix Multiplication as Fast as You Can
- Written Assignment 1
- Written Assignment 2
- Written Assignment 3
- Written Assignment 4
- Written Assignment 5