-
Notifications
You must be signed in to change notification settings - Fork 202
ac_JohnsHopkins JohnsHopkins
neoblizz edited this page Apr 18, 2023
·
1 revision
primitive | dataset | variant | num-gpus | avg-process-time | speedup |
---|---|---|---|---|---|
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 1 | 56.249 | 1 |
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 2 | 39.965 | 1.40746 |
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 3 | 32.89 | 1.71022 |
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 4 | 30.078 | 1.8701 |
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 5 | 27.249 | 2.06426 |
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 6 | 27.002 | 2.08314 |
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 7 | 24.983 | 2.25149 |
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 8 | 25.85 | 2.17598 |
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 9 | 24.776 | 2.2703 |
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 10 | 24.261 | 2.31849 |
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 11 | 24.091 | 2.33486 |
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 12 | 25.329 | 2.22074 |
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 13 | 27.731 | 2.02838 |
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 14 | 24.089 | 2.33505 |
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 15 | 24.602 | 2.28636 |
ac | JohnsHopkins | JohnsHopkins-JohnsHopkins | 16 | 28.751 | 1.95642 |
: Tabular data for ac_JohnsHopkins-JohnsHopkins
- 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