scalable gpu graph traversal
play

Scalable GPU graph traversal BFS Compressed Row Format Sequential - PowerPoint PPT Presentation

Scalable GPU graph traversal BFS Compressed Row Format Sequential BFS Parallel BFS Quadratic parallelizations - O(n^2+m) Linear parallelizations - O(n+m) Frontiers may be maintained in-core or out-of-core Distributed


  1. Scalable GPU graph traversal BFS

  2. Compressed Row Format

  3. Sequential BFS

  4. Parallel BFS ● Quadratic parallelizations - O(n^2+m) ● Linear parallelizations - O(n+m) ○ Frontiers may be maintained in-core or out-of-core ● Distributed parallelizations ○ partition the graph amongst multiple processors ○ out-of-core edge queues are used for communication ● Our parallelization strategy: out-of-core E&V

  5. Prefix sum

  6. Microbenchmark Analyses Because edge-frontier is dominant we focus on ● neighbor-gathering ● status-lookup

  7. Isolated neighbor-gathering ● Serial gathering ● Coarse-grained, warp-based gathering ● Fine-grained, scan-based gathering ● Scan+warp+CTA gathering

  8. Isolated status-lookup Use bitmask to reduce size of status data from 32 bit to 1 bit. Avoid atomic operations therefore bitmask is conservative approximation.

  9. Concurrent discovery Key: number of duplicate vertices in the edge- frontier. ● Warp culling ● History culling

  10. Fused neighbor-gathering and lookup

  11. Single-GPU parallelizations ● Expand-contract (out-of-core vertex queue) ● Contract-expand (out-of-core edge queue) ● Two-phase (both queues out-of-core) ● Hybrid (contract-expand + two-phase)

  12. Multi-GPU

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend