Skip to content

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

Notifications You must be signed in to change notification settings

harry-stark/Accelerated_Matrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published