CuSha icon indicating copy to clipboard operation
CuSha copied to clipboard

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

Results 8 CuSha issues
Sort by recently updated
recently updated
newest added

hi Good work, I just want to ask you how to see the number of edges traversed per second (MTEPS) in each graph algorithme, I also wonder if G-shards are...

I used "sfBuild.sh" to compile and get "cusha" binary. It does not show which option to run SSSP/BFS/PageRank. Would you please point me out?

When I run bfs in CUSHA using --output result.txt , from the file of result.txt, I'm sure that the result of bfs is right.But,when I run pagrerank by only changing...

Hi, @rbuch and @farkhor ,I 'm trying to profile load efficiency of CuSha by using `nvprof --metrics branch_efficiency ` there is a warning: "Warning: No CUDA application was profiled, exiting"....

Hi @farkhor , We're running some experiments for SSSP in CuSha. And the results is different from BGL's CPU results. Did you have any verification code in CuSha to verify...

When I run pagerank on Friendster(https://snap.stanford.edu/data/com-Friendster.html), the program crashed. (The memory is large enough.) The error information is shown as follows: ``` mlx@up111:~/CuSha$ ./cusha --input /ssd/mlx/pr_friendster_input --method CW --output /ssd/mlx/prout.txt...

I tested Cusha on LiveJournal dataset, finding only 1 iteration performed. PR, BFS and SSSP all had this issue. Is that a problem of wrong input format?I used edgelist as...

I run algorithm SSSP by using dataset whose structure is edge list and only have two arguments.And the dataset is downloaded from http://snap.stanford.edu/data/index.html .But the result of program shows the...