Logo 
Search:

GuestBook of Lela Lynch

 
Enter your message (HTML allowed after you earn 150 points)
Victor Slade
  Victor Slade from United States      Mar 24
Hi,How're you?My name's Victor. I studying Computer Engineering.I need your help with something.My teacher gave a homework but I can't.The subject of homework is parallel matrix multiplication using multi-threading.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