Skip to content

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)

License

Notifications You must be signed in to change notification settings

jackyhuynh/Matrix_Multiplication_MultiThreading_Comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi Threading Matrix Multiplication

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 )

img

Technology

C , Memory Management, Multthreading (pthread)

Getting Started

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.

Prerequisites

What things you need to install the software and how to install them

  • Command-Prompt for Visual Studio: Same go here. For this particular project, I highly recommend using Command-Prompt instead of the IDE.
  • Linux: Program can be run on Linux System (if you familiar with Linux command line).

Installing

A step by step series of examples that tell you how to get a development env running

Visual Studio & Command-Prompt for Visual Studio:

  • Install Visual Studio - If you haven't downloaded and installed Visual Studio and the Microsoft C/C++ tools yet, here's how to get started.
  • Developer Command Prompt for Visual Studio - Developer Command Prompt for Visual Studio enables you to use .NET Framework tools more easily. It's a command prompt that automatically sets specific environment variables. After opening Developer Command Prompt, you can enter the commands for .NET Framework tools such as ildasm or clrver.

Linux Ubuntu 18.4 LTS

Running the tests

Explain how to run the automated tests for this system:

Test Result

alt alt

Deployment

Can be deploy to any embedded system without any problem. Can also make API or libary using this.

Built With

  • Microsoft Visual Studio - The full-featured integrated development environment (IDE) for Android, iOS, Windows, web, and cloud.
  • .NET - Free. Cross-platform. Open source. A developer platform for building Internet of Thing(IOT), Microservices, Desktop, Cloud, Mobile, Machine Learning, Web, Game.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Truc Huynh - Initial work - TrucDev

Format

my README.md format was retrieved from

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

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)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages