Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 459 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 459 Bytes

CS149

This repo is my implementation of assignments of Stanford CS 149 : Parallel Computing (Fall 2020).
There's autograders for each assignment, so you can test on your machine.
Welcome to contact me if you have any questions.


  • Assignment 1: Analyzing Parallel Program Performance on a Quad-Core CPU
  • Assignment 2: Scheduling Task Graphs
  • Assignment 3: A Simple Renderer in CUDA
  • Assignment 4: Big Graph Processing in OpenMP