A graph processing engine for hybrid CPU and GPU platforms
Stars
38
Forks
15
Watchers
38
Open Issues
12
Overall repository health assessment
No package.json found
This might not be a Node.js project
413
commits
79
commits
48
commits
38
commits
28
commits
14
commits
9
commits
Merge pull request #40 from netsyslab/minor-adjustments
05958acView on GitHubminor adjustments to avoid out of memory errors.
f76c673View on GitHubThirdparty/Graph500: Fixed the specifier in the sprintf format string that it used to print the SCALE of the graph being printed (from int to int64).
8cdf5b3View on GitHubFixed a variable uninitialized bug. The bug causes crashes for GPU-only executions.
27d60ddView on GitHubMerge pull request #37 from ahgharaibeh/connected-components
114455aView on GitHubBenchmark: Added connected components to the benchmark.
6fb8dc0View on GitHubHybrid Connected Components: Added the hybrid connected components algorithm and the associated unit tests.
8591949View on GitHubMerge pull request #36 from ahgharaibeh/mapped-weights
a5f497dView on GitHubAllocated Weights as mapped memory whenever edges are being allocated as mapped memory.
ef8ef43View on GitHubSSSP Benchmark: Fixed the configuration of SSSP benchmark such that it uses the new correct message size.
2a64affView on GitHub