Skip to content

ac491/block-matrix-multiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

block-matrix-multiplication

I have multiplied a 2000*2000 random matrix in four senarios to check for the most efficient case:

  1. the matrix is multiplied in main(). It takes a lot of time (~2 minutes) to multiply a 2000 *2000 matrix.
  2. In a single thread to show if the operation becomes slow due to other running processes, but it also takes a lot of time.
  3. when multiplied in multiple threads, it took approx. 102 seconds
  4. when i used a transpose algorithm which multiplies two vectors with O(n) complexity, it just took 11 seconds to multiply.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages