Research On Parallel Algorithm Of Pagerank Based On Gpu

Hao Jiang,Jian-Ming Gao
2016-01-01
Abstract:As the key technology of Google search engine, PageRank algorithm is the most classical mining algorithm of Web structure. In order to improve its computational efficiency, this paper mainly analyzes the PageRank algorithm and proposes a matrix-block parallel algorithm based on the CUDA platform. Through the powerful parallel computing power of GPU, we using a lot of GPU threads in parallel processing to speed up the convergence of the algorithm, so as to enhance the computational efficiency of the PageRank algorithm. Finally, we implement the PageRank parallel algorithm based on CUDA, and the experimental results show that the maximum speed of the algorithm faster than the traditional algorithm on CPU is up to 37.5 times.
What problem does this paper attempt to address?