Skip to content

Final project for High Performance and Parallel Computing

Notifications You must be signed in to change notification settings

josetorrs/Matrix-Inversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix-Inversion

Final Project for High Performance and Parallel Computing.

Investigates how quickly Matrix Inversion can be accomplished using the Gauss Jordan method with the following:

  • Intel SIMD (AVX-512 Instruction Set)
  • OpenMP
  • CUDA
  • Unrolling

We also ran the program serially on the CPU.

The results can be seen below:

  • Dense Matrix: alt test

  • Sparse Matrix: alt_test

About

Final project for High Performance and Parallel Computing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published