A C++/CUDA-based Matrix Library that provides Cublas GEMM and a parallel Integer matrix multiplication method.
The header is written in CUDA so requires CUDA 10 above.
"../include/matrix/matrices.h"
This is the main header consisting of all the implemented functions.
Simply execute these command to run the tested example.
$make
$make run
src/main.cu