Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

farkhor/CuSha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#alt text

CuSha is a CUDA-based vertex-centric graph processing framework that uses G-Shards and Concatenated Windows (CW) representations to store graphs inside the GPU global memory. G-Shards and CW consume more space compared to Compressed Sparse Row (CSR) format but on the other hand provide better performance due to GPU-friendly representations. For completeness, provided package also includes Virtual Warp-Centric (VWC) processing method for GPU that uses CSR representation.

[ Paper ] -- [ Slides ] -- [ Requirements and Usage ]

#####Acknowledgements##### This work is supported by National Science Foundation grants CCF-1157377 and CCF-0905509 to UC Riverside.

About

CuSha is a CUDA-based vertex-centric graph processing framework that uses G-Shards and CW representations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published