MyGit

farkhor/CuSha

Fork: 19 Star: 52 (更新于 2024-09-25 07:52:02)

license: MIT

Language: Cuda .

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

GitHub网址

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

最近版本更新:(数据更新于 1970-01-01 00:00:00)

主题(topics):

cuda, cusha, gpu, graph, shard

farkhor/CuSha同语言 Cuda最近更新仓库

1970-01-01 00:00:00 leocalm/Lyra

1970-01-01 00:00:00 karpathy/llm.c

1970-01-01 00:00:00 HazyResearch/ThunderKittens

1970-01-01 00:00:00 HigherOrderCO/HVM