class notes from https://github.com/EricDarve/cme213-spring-2021
- hw1 usage of cpp libaries: algorithm, functional, numeric STL functions
- hw2 implementation of Radix Sort using OpenMP
- hw3 a. Mandelbrot Set and PageRank using CUDA
- hw4. solving heat equation PDE using Finite difference method. Use CUDA and shared memory to parallize it.
- Final Project, implement Neural Network from scratch. Split data into 4 different nodes, each nodes will split to their own GPU