Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Parallel-Matrix-Multiple

Contains 2 version of Matrix Multiplication: sequential and parallel

Sequential Matrix Multiplication

Using Strassen algorithm: https://en.wikipedia.org/wiki/Strassen_algorithm

Parallel Matrix Multiplication

Using OpenMP and nested-loop matrix multiplication. The file contains the following methods:

  1. Parallel 2D Matrix Multiplication
  2. Parallel 1D Matrix Multiplication
  3. Convert 2D to 1D Matrix

Notes:

  1. The both matrices in both files are randomly generated using the same seed: srand(3) for Matrix A and srand(4) for Matrix B
  2. For the program to return meaningful runtime, the matrix's size should be 200 or more.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages