Skip to content

Optimized the speed of naive matrix multiplication algorithm to show a 50-fold increase

Notifications You must be signed in to change notification settings

mahi29/MatMul-Optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README


Given a naive implementation of matrix multiplication, optimized and increased performance of 50 fold (1 GFlop/s to 50 GFlop/s). This increase was gained by using SSE Instructions along with register and cache blocking. Also used OpenMP to implement parallelization, along with loop reordering, to further increase speed.

About

Optimized the speed of naive matrix multiplication algorithm to show a 50-fold increase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published