-
Notifications
You must be signed in to change notification settings - Fork 202
rw_directed uniform
neoblizz edited this page Apr 18, 2023
·
1 revision
primitive | dataset | variant | num-gpus | avg-process-time | speedup |
---|---|---|---|---|---|
rw | dir_gs_twitter | directed-uniform | 1 | 18.5425 | 1 |
rw | dir_gs_twitter | directed-uniform | 2 | 68.5254 | 0.270593 |
rw | dir_gs_twitter | directed-uniform | 3 | 78.0548 | 0.237558 |
rw | dir_gs_twitter | directed-uniform | 4 | 87.2627 | 0.212491 |
rw | dir_gs_twitter | directed-uniform | 5 | 86.3617 | 0.214708 |
rw | dir_gs_twitter | directed-uniform | 6 | 105.554 | 0.175669 |
rw | dir_gs_twitter | directed-uniform | 7 | 106.176 | 0.174639 |
rw | dir_gs_twitter | directed-uniform | 8 | 115.794 | 0.160134 |
rw | dir_gs_twitter | directed-uniform | 9 | 129.298 | 0.143409 |
rw | dir_gs_twitter | directed-uniform | 10 | 122.168 | 0.151778 |
rw | dir_gs_twitter | directed-uniform | 11 | 124.95 | 0.148399 |
rw | dir_gs_twitter | directed-uniform | 12 | 154.088 | 0.120337 |
rw | dir_gs_twitter | directed-uniform | 13 | 153.653 | 0.120678 |
rw | dir_gs_twitter | directed-uniform | 14 | 149.857 | 0.123734 |
rw | dir_gs_twitter | directed-uniform | 15 | 163.669 | 0.113293 |
rw | dir_gs_twitter | directed-uniform | 16 | 167.475 | 0.110718 |
: Tabular data for rw_directed-uniform
- 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