Skip to content

NicolasCami/GPUMatrixMultiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU Matrix Multiplication

Multiply 2 square matrices using CPU or GPU.

Installation and Compilation

You need qmake to generate a makefile for this project. You probably want to change INCLUDEPATH and LIBS variables in the VersionRelease.pro qmake file, to specify the proper paths.

git clone https://github.com/NicolasCami/GPUMatrixMultiplication.git
cd GPUMatrixMultiplication
qmake -o Makefile VersionRelease.pro
make

Execute

You can specify the matrices size, and the unit used to multiply (CPU by default).

# max [size=4] [-gpu]
./max 2000 -gpu

About

A command line C++ application to multiply 2 matrices with CPU or GPU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published