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: 21 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T16:32:07.000Z (almost 9 years ago)
- Last Synced: 2025-01-21T18:29:15.244Z (over 1 year 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.
