Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 400 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 400 Bytes

parallel

Introduction to parallel computing using MPI, openMP, and CUDA

  • hw1: daxpy using cpp std library algorithms
  • hw2: radix sort using openMP compiler directives
  • hw3: mandelbrot set using nvidia's cuda gpu programming language
  • hw4: finite difference for 2-dim heat equation using cuda gpu programming
  • project: parallelize neural network forward and back propagation with cuda and mpi