Skip to content

roshanmadhushanka/Parallel-Matrix-Multiply

Repository files navigation

Parallel-Matrix-Multiply

Description

Parallel Matrix Multiplication is C language based method that efficiently multiply matrices with the help of parallel-for implementation in OpenMP library. Apart from that, performance has further improved by optimizing algorithm to reduce cache misses.

Here I have mainly focused on analyzing performance over traditional matrix multiplication approach. ./pmp Number of iterations will determine the sample size that you wnat to verify the result. The test will run from dimension of 200200 matrix to 20002000 with a step of 200.

About

No description, website, or topics provided.

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages