Multi-Threading Matrix Multiplication implemented thread and perform matrix multiplication between two matrices. In this scenario, I will test the program with matrices size 10 x 10, 100 x 100, 500 x 500, 1000 x 1000, and 2000 x 2000 in No thread vs multi-threads (10 threads, 100 threads, 1000 threads, 2000 threads)
Multi Threading Matrix Multiplication implemented ptherad and perform matrix multiplication between two matrices. In this senario, I will test the program with matrices size 10 x 10, 100 x 100, 500 x 500, 1000 x 1000, and 2000 x 2000 in No thread vs multi threads (10 threads, 100 threads, 1000 threads, 2000 threads )
C , Memory Management, Multthreading (pthread)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
A step by step series of examples that tell you how to get a development env running
Visual Studio & Command-Prompt for Visual Studio:
Linux Ubuntu 18.4 LTS
Explain how to run the automated tests for this system:
Can be deploy to any embedded system without any problem. Can also make API or libary using this.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
my README.md format was retrieved from
This project is licensed under the MIT License - see the LICENSE.md file for details