Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rushirg/cuda-matrix-multiplication
Matrix Multiplication on GPGPU in CUDA
https://github.com/rushirg/cuda-matrix-multiplication
cpu cuda gpu parallel-processing
Last synced: 18 days ago
JSON representation
Matrix Multiplication on GPGPU in CUDA
- Host: GitHub
- URL: https://github.com/rushirg/cuda-matrix-multiplication
- Owner: rushirg
- Created: 2016-07-01T18:40:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T16:32:07.000Z (over 7 years ago)
- Last Synced: 2024-11-20T23:51:48.697Z (3 months ago)
- Topics: cpu, cuda, gpu, parallel-processing
- Language: C
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cuda-Matrix-Multiplication
Matrix Multiplication on GPGPU in CUDA is an analytical project in which we compute the multiplication of higher order matrices. We performed the operations on both CPU and different GPUs and compare their results based on the time required for calculations and also calculated their CPU to GPU ratio.
![Alt text](https://github.com/rushirg/Cuda-Matrix-Multiplication/blob/master/image1.png?raw=true "Optional Title")