Difference: CSX (2 vs. 3)

Revision 32011-02-10 - KorniliosKourtis

Line: 1 to 1
 
META TOPICPARENT name="ActivitiesProjects"
The Compressed Sparse eXtended (CSX) format for sparse matrices is a sparse matrix format that seeks to minimize the memory footprint of the column index array of the typical Compressed Sparse Row (CSR) format by exploiting dense substructures inside the sparse matrix. Instead of storing a single index for every nonzero element of the sparse matrix, CSX stores a short description for each substructure found in the matrix (and selected for encoding). This technique can save significant amount of main memory storage and minimize the bandwidth requirements of the Sparse Matrix-Vector Multiplication (SpMV) kernel. Finally, the CSX format employes runtime code generation (using the LLVM compiler infrastructure) for emitting optimized SpMV routines for each encoded pattern.
Added:
>
>

Code

 A proof-of-concept implementation of CSX is available for download: csx-v0.1.tar.bz2.
Changed:
<
<
Additionally, our code can also be found at https://github.com/cslab-ntua/csx. For questions related to the code (or CSX in general), please contact kkourt at cslab.ece.ntua.gr or bkk at cslab.ece.ntua.gr.
>
>
Our code can also be found at https://github.com/cslab-ntua/csx. For questions related to the code (or CSX in general), please contact kkourt at cslab.ece.ntua.gr or bkk at cslab.ece.ntua.gr.
 

Publications

 
This site is powered by the TWiki collaboration platform Powered by Perl

No permission to view TWiki.WebBottomBar