Skip to content

nicklev/CUDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CUDA

GPU program for solving linear algebra

In this university project I was called to resolve the problem of AT* A Matrix Multiplication. This calculation usually is just a part of the program. However it might demands very high execution time compared to the whole program. So, a fast implemetention is very important. To accomplish that I have used a NVidia card and the CUDA library, which allows GPU programming. Moreover, I compared my solution with the build in function of Cublas library and I recorded the execution times.

About

GPU programing for solving linear algebra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages