-
Notifications
You must be signed in to change notification settings - Fork 201
rw_directed greedy
neoblizz edited this page Apr 18, 2023
·
1 revision
primitive | dataset | variant | num-gpus | avg-process-time | speedup |
---|---|---|---|---|---|
rw | dir_gs_twitter | directed-greedy | 1 | 39.4513 | 1 |
rw | dir_gs_twitter | directed-greedy | 2 | 41.3393 | 0.954329 |
rw | dir_gs_twitter | directed-greedy | 3 | 33.4494 | 1.17943 |
rw | dir_gs_twitter | directed-greedy | 4 | 37.0721 | 1.06418 |
rw | dir_gs_twitter | directed-greedy | 5 | 29.9544 | 1.31704 |
rw | dir_gs_twitter | directed-greedy | 6 | 33.4877 | 1.17808 |
rw | dir_gs_twitter | directed-greedy | 7 | 31.2809 | 1.26119 |
rw | dir_gs_twitter | directed-greedy | 8 | 33.5908 | 1.17447 |
rw | dir_gs_twitter | directed-greedy | 9 | 32.8 | 1.20278 |
rw | dir_gs_twitter | directed-greedy | 10 | 31.3871 | 1.25693 |
rw | dir_gs_twitter | directed-greedy | 11 | 30.2808 | 1.30285 |
rw | dir_gs_twitter | directed-greedy | 12 | 39.1222 | 1.00841 |
rw | dir_gs_twitter | directed-greedy | 13 | 38.2514 | 1.03137 |
rw | dir_gs_twitter | directed-greedy | 14 | 42.3774 | 0.93095 |
rw | dir_gs_twitter | directed-greedy | 15 | 41.7984 | 0.943847 |
rw | dir_gs_twitter | directed-greedy | 16 | 37.2768 | 1.05833 |
: Tabular data for rw_directed-greedy
- Overview
- Publications
- Presentations
- Copyright and License
- Developers and Contributors
- Frequently Asked Questions
- Acknowledgments
- Programming Model
- Gunrock Operators
- Graph Algorithms
- Getting Essentials
- Gunrock For Linux
- Gunrock For Windows
- Gunrock For Max OSX
- (GitHub Template)
gunrock
project example
- MGPU, Python, Docs (needs review)
- Boolmap Frontier
- Hypergraphs (private)
- Modern CPP Features
- Programming Interface Examples (API)
- Style Guide
- Understanding the code structure
- Git Workflow
-
Debugging with
cuda-memcheck
andcuda-gdb
- Profiling with NVIDIA Nsight Systems and Compute
- Unit testing with GoogleTest
- Performance analysis
- How to write a new graph algorithm
-
PageRank: From
networkx
togunrock
- How to write parallel operators
- How to add a new graph representation
- How to add a new frontier representation
- How to add multiple GPU support
- How to bind an application to python
- How to use
thrust
/cub