Multiply 2 square matrices using CPU or GPU.
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
makeYou can specify the matrices size, and the unit used to multiply (CPU by default).
# max [size=4] [-gpu]
./max 2000 -gpu