https://github.com/mostafagalal1/matrix_multiplication
C program that performs matrix multiplication using three approaches the ordinary one which uses one thread, multiplying for row per thread and multiplying for element per thread. The program reads input matrices from files, multiplies them using a specified number of threads, and writes the resulting matrix to an output file.
https://github.com/mostafagalal1/matrix_multiplication
implementation linux matrix-multiplication operating-system threading
Last synced: about 1 year ago
JSON representation
C program that performs matrix multiplication using three approaches the ordinary one which uses one thread, multiplying for row per thread and multiplying for element per thread. The program reads input matrices from files, multiplies them using a specified number of threads, and writes the resulting matrix to an output file.
- Host: GitHub
- URL: https://github.com/mostafagalal1/matrix_multiplication
- Owner: MostafaGalal1
- License: gpl-3.0
- Created: 2023-03-09T07:09:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T14:59:22.000Z (about 3 years ago)
- Last Synced: 2023-03-10T17:37:56.998Z (about 3 years ago)
- Topics: implementation, linux, matrix-multiplication, operating-system, threading
- Language: C
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0