Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 239 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 239 Bytes

Parallel Computing

*A repository to store assignment and project code

Assignment 1

Performance Analysis of Matrix Multiplication and Matrix Transposition

  1. C for loops
  2. SIMD Instructions 3 BLAS
  3. OpenMP
  4. MPI
  5. pthreads