Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 485 Bytes

readme.md

File metadata and controls

26 lines (19 loc) · 485 Bytes

Acclerated Matrices

A C++/CUDA-based Matrix Library that provides Cublas GEMM and a parallel Integer matrix multiplication method.

Dependencies

The header is written in CUDA so requires CUDA 10 above.

Current Content :-

 "../include/matrix/matrices.h"

This is the main header consisting of all the implemented functions.

How to run :-

Simply execute these command to run the tested example.

$make
$make run

Current Example

src/main.cu