Skip to content

tanner-wauchope/Parallelized-Matrix-Multiplier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallelized Matrix Multiplier

It performs highly parallelized matrix multiplication using Intel SIMD intrinsics and OpenMP. It's 45 times faster than the naïve version (1.2 gigaFLOPS increased to 55 gigaFLOPS). I wrote this without a skeleton in C.

About

Parallelizes matrix multiplication using Intel SIMD intrinsics and OpenMP. 45 times faster than the naïve version (1.2 Gflops to 55 GFlops). Written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors