A Parallel Dynamic Programming algorithm based on GPU-acceleration

Jianming Li,Zhongqiang Jiang,Xiangpei Hu
2011-01-01
Abstract:Parallel Dynamic Programming, though a popular and robust strategy for solving the large scale single shortest path problems, is sometimes inconvenient to be used as the number of node is restricted by execution time and the parallel machines are relatively difficult to use, manage, maintain and may not be accessible to most re- searchers. In this paper, we propose a parallel dynamic programming method based on GPU-acceleration, which maps parallel DP algorithm to thread block on consumer-level graphics cards. The analytical results demonstrate that the proposed method increases the number of node, speeds up its execution and provides a feasible parallel DP solution for ordinary users. © 2011 ISSN 1881-803X.
What problem does this paper attempt to address?