farkhor / CuSha

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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.

License:MIT License


Languages

Language:Cuda 83.5%Language:C++ 13.1%Language:C 3.0%Language:Shell 0.4%