Skip to content

2D Matrix multiplication using row-wise concurrency

Notifications You must be signed in to change notification settings

MasonLegere/MatrixMul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Row-wise Parallel Matrix Multiplication

This program implements row-wise parallel multiplication where the user specifies the number of threads that should be created. While matrices can be arbitrary in size, their entries are randomly selected values in (0,1). Once specifing a set of thread values the program will time each respective multiplcation and plot the final results together.

About

2D Matrix multiplication using row-wise concurrency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages