International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 10 - Number 10 |
Year of Publication: 2010 |
Authors: Swapnil D. Joshi, Mrs. V. S. Inamdar |
10.5120/1520-1992 |
Swapnil D. Joshi, Mrs. V. S. Inamdar . Article:Performance Improvement in Large Graph Algorithms on GPU using CUDA: An Overview. International Journal of Computer Applications. 10, 10 ( November 2010), 10-14. DOI=10.5120/1520-1992
The basic operations on the graphs with millions of vertices are common in various applications. To have faster execution of such operations is very essential to reduce overall computation time. Today’s Graphics processing units (GPUs) have high computation power and low price. This device can be treated as an array of Single Instruction Multiple Data (SIMD) processors using CUDA software interface by Nvidia. Massively Multithreaded architecture of a CUDA device makes various threads to run in parallel and hence making optimum use of available computation power of GPU. In case of graph algorithms, vertices of the graphs are processed in parallel by mapping them to various threads on device. By making thousands of threads to run in parallel, computation time required for these algorithms is drastically decreased as compared to their CPU implementation.