Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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")