Logo 
Search:

C Programming Forum

Ask Question   UnAnswered
Home » Forum » C Programming       RSS Feeds

parallel matrix multiplication using multi-threading

  Asked By: Victor    Date: Mar 29    Category: C Programming    Views: 772
  

You are given two NxN matrices and you will multiply these matrices in parallel.In this project you are required to solve this problem with p threads. Each thread would be responsible for finding multiplication result of N/p rows.For example, if matrices are 8x8 and number of threads is 4, then first thread computes the result of 1st and 2nd rows, second thread computes the result of 3rd and 4th rows and so on

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on parallel matrix multiplication using multi-threading Or get search suggestion and latest updates.