farkhor/CuSha
Fork: 19 Star: 52 (更新于 2024-10-22 19:29:09)
license: MIT
Language: Cuda .
CuSha is a CUDA-based vertex-centric graph processing framework that uses G-Shards and CW representations.
#
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最近更新仓库
2024-09-27 13:31:21 nerfstudio-project/gsplat
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