Skip to content

ludekcizinsky/fast-cg-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Conjugade Gradient Solver

Implementation of Conjugate Gradient (CG) algorithm for solving sparse linear systems using MPI and CUDA. On a high level, the goal is to make full use of the available hardware resources and parallelise the CG algorithm using MPI (to make use multi-core CPUs) or CUDA (to make use available CUDA cores). See instructions for more detail about the problem. Each folder includes report about the implementation, and scaling properties of the implementation.

About

Implementation of Conjugate Gradient (CG) algorithm for solving sparse linear systems using MPI and CUDA.

Topics

Resources

Stars

Watchers

Forks

Contributors