Skip to content

A sample code for sparse cholesky solver with cuSPARSE and cuSOLVER library

Notifications You must be signed in to change notification settings

Ahdhn/cusparse-cholesky-solver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cusparse-cholesky-solver

A sample code for sparse cholesky solver with cuSPARSE and cuSOLVER library

Description

  • A sample code for sparse cholesky solver with cuSPARSE and cuSOLVER library
  • It solves sparse linear system with positive definite matrix using cholesky decomposition

References

Requirement

  • CUDA
  • Eigen

How to build

$ git clone https://github.com/gishi523/cusparse-cholesky-solver.git
$ cd cusparse-cholesky-solver
$ mkdir build
$ cd build
$ cmake ../
$ make

How to run

simple_cholesky sample

./samples/simple_cholesky/sample_simple_cholesky

large_cholesky sample

./samples/large_cholesky/sample_large_cholesky matrix-market-file
./samples/large_cholesky/sample_large_cholesky nd6k.mtx

About

A sample code for sparse cholesky solver with cuSPARSE and cuSOLVER library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.1%
  • C 13.4%
  • CMake 3.5%