首页 /研究 /Implementation of K-shortest Path Algorithm in GPU Using CUDA
OTHER

Implementation of K-shortest Path Algorithm in GPU Using CUDA

Avadhesh Pratap Singh, Dhirendra Pratap Singh

发表年份
2015
引用次数
18

摘要

K-shortest path algorithm is generalization of the shortest path algorithm. K-shortest path is used in various fields like sequence alignment problem in molecular bioinformatics, robot motion planning, path finding in gene network where speed to calculate paths plays a vital role. Parallel implementation is one of the best ways to fulfill the requirement of these applications. A GPU based parallel algorithm is developed to find k number of shortest path in a positive edge-weighted directed large graph. In calculated shortest path repetition of the vertices is not allowed. Implemented algorithm calculates a k-shortest path between two pair of vertices of a graph with n nodes and m vertices. This approach is based on Yen's algorithm to find k-shortest loopless path. We implemented our algorithms in Nvidia's GPU using Compute Unified Device Architecture (CUDA). This paper presents comparative analysis between CPU and GPU based implementation of Yen's Algorithm. Our approach achieves the 6 time speed up in comparison of serial algorithm.

关键词

CUDAComputer scienceShortest path problemGeneral-purpose computing on graphics processing unitsParallel computingPath (computing)Computational scienceDijkstra's algorithmComputer graphics (images)Algorithm

相关论文

查看 OTHER 分类全部论文