Medusa: Simplified Graph Processing on GPUs

IEEE Transactions on Parallel and Distributed Systems(2014)

引用 321|浏览50
暂无评分
摘要
Graphs are common data structures for many applications, and efficient graph processing is a must for application performance. Recently, the graphics processing unit (GPU) has been adopted to accelerate various graph processing algorithms such as BFS and shortest paths. However, it is difficult to write correct and efficient GPU programs and even more difficult for graph processing due to the irregularities of graph structures. To simplify graph processing on GPUs, we propose a programming framework called Medusa which enables developers to leverage the capabilities of GPUs by writing sequential C/C++ code. Medusa offers a small set of user-defined APIs and embraces a runtime system to automatically execute those APIs in parallel on the GPU. We develop a series of graph-centric optimizations based on the architecture features of GPUs for efficiency. Additionally, Medusa is extended to execute on multiple GPUs within a machine. Our experiments show that 1) Medusa greatly simplifies implementation of GPGPU programs for graph processing, with many fewer lines of source code written by developers and 2) the optimization techniques significantly improve the performance of the runtime system, making its performance comparable with or better than manually tuned GPU graph operations.
更多
查看译文
关键词
optimisation,graphics processing unit,sequential c-c++ code,application program interfaces,data structures,graphics processing units,source code (software),medusa,graph-centric optimizations,gpu programming,gpgpu programs,gpgpu,graph theory,api,runtime framework,source code,runtime system,gpu graph operations,c++ language,graph processing,optimization,algorithm design and analysis,parallel processing,programming,memory management
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要