-
Notifications
You must be signed in to change notification settings - Fork 202
geolocation_geo 10_spatial 1000
neoblizz edited this page Apr 18, 2023
·
1 revision
primitive | dataset | variant | num-gpus | avg-process-time | speedup |
---|---|---|---|---|---|
geolocation | geo-10_spatial-1000 | 1 | 109.093 | 1 | |
geolocation | geo-10_spatial-1000 | 2 | 263.891 | 0.413402 | |
geolocation | geo-10_spatial-1000 | 3 | 403.814 | 0.270157 | |
geolocation | geo-10_spatial-1000 | 4 | 481.066 | 0.226773 | |
geolocation | geo-10_spatial-1000 | 5 | 3879.99 | 0.0281168 | |
geolocation | geo-10_spatial-1000 | 6 | 774.02 | 0.140943 | |
geolocation | geo-10_spatial-1000 | 7 | 4699.43 | 0.0232141 | |
geolocation | geo-10_spatial-1000 | 8 | 4011.53 | 0.0271949 | |
geolocation | geo-10_spatial-1000 | 9 | 9111.35 | 0.0119733 | |
geolocation | geo-10_spatial-1000 | 10 | 1197.44 | 0.0911052 | |
geolocation | geo-10_spatial-1000 | 11 | 1286.84 | 0.0847758 | |
geolocation | geo-10_spatial-1000 | 12 | 16654.5 | 0.00655037 | |
geolocation | geo-10_spatial-1000 | 13 | 10204.4 | 0.0106908 | |
geolocation | geo-10_spatial-1000 | 14 | 5690.36 | 0.0191715 | |
geolocation | geo-10_spatial-1000 | 15 | 1586.34 | 0.0687702 | |
geolocation | geo-10_spatial-1000 | 16 | 1780.63 | 0.0612664 | |
geolocation | geo-10_spatial-1000 | 1 | 333.183 | 1 | |
geolocation | geo-10_spatial-1000 | 2 | 764.55 | 0.43579 | |
geolocation | geo-10_spatial-1000 | 3 | 839.735 | 0.396772 | |
geolocation | geo-10_spatial-1000 | 4 | 1263.95 | 0.263604 | |
geolocation | geo-10_spatial-1000 | 5 | 1331.61 | 0.250212 | |
geolocation | geo-10_spatial-1000 | 6 | 1462.56 | 0.227808 | |
geolocation | geo-10_spatial-1000 | 7 | 8124.74 | 0.0410084 | |
geolocation | geo-10_spatial-1000 | 8 | 1971.27 | 0.16902 | |
geolocation | geo-10_spatial-1000 | 9 | 2201.2 | 0.151364 | |
geolocation | geo-10_spatial-1000 | 10 | 2500.91 | 0.133225 | |
geolocation | geo-10_spatial-1000 | 11 | 16107.7 | 0.0206847 | |
geolocation | geo-10_spatial-1000 | 12 | 5710.58 | 0.0583448 | |
geolocation | geo-10_spatial-1000 | 13 | 9838.85 | 0.033864 | |
geolocation | geo-10_spatial-1000 | 14 | 6510.82 | 0.0511737 | |
geolocation | geo-10_spatial-1000 | 15 | 3360.71 | 0.0991406 | |
geolocation | geo-10_spatial-1000 | 16 | 3589.6 | 0.0928189 |
: Tabular data for geolocation_geo-10_spatial-1000
- 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