https://github.com/sciinstitute/sci-solver_dcsr
GPU Implementation of a Dynamic Compressed Sparse-Row Matrix Format
https://github.com/sciinstitute/sci-solver_dcsr
Last synced: 5 months ago
JSON representation
GPU Implementation of a Dynamic Compressed Sparse-Row Matrix Format
- Host: GitHub
- URL: https://github.com/sciinstitute/sci-solver_dcsr
- Owner: SCIInstitute
- Created: 2016-10-21T18:22:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T20:43:29.000Z (over 9 years ago)
- Last Synced: 2025-01-24T05:27:54.311Z (over 1 year ago)
- Language: HTML
- Size: 55.4 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SCI-Solver_DCSR
Dynamic CSR matrix
This is still a work in progress...
To build just type make, but Makefile will need to be edited to match the specs/local paths on your machine.
There are a few matrix files in .mtx format in the matrices folder.
Usage:
./DCSR matrixfile
//comments on usage
The matrix format is compatible with existing formats. Typical usage will involve conversion from another format such as CSR, COO, HYB, etc. followed by updates to the matrix and then conversion back to the previous format. The code could also be written to use DCSR entirely.