Title
GPU Acceleration of Finding Maximum Eigenvalue of Positive Matrices.
Abstract
Matrix eigenvalue theory has become an important analysis tool in scientific computing. Sometimes, people do not need to find all eigenvalues but only the maximum eigenvalue. Existing algorithms of finding the maximum eigenvalue of matrices are implemented sequentially. With the increasing of the orders of matrices, the workload of calculation is getting heavier. Therefore, traditional sequential methods are unable to meet the need of fast calculation for large matrices. This paper proposes a parallel algorithm named PA-ST to find the maximum eigenvalue of positive matrices by using similarity transformation which is implemented by CUDA (Computer Unified Device Architecture) on GPU (Graphic Process Unit). To the best of our knowledge, this is the first CUDA based parallel algorithm of calculating maximum eigenvalue of matrices. In order to improve the performance, optimization techniques are applied in this paper such as using the shared memory rather than the global memory to improve the speed of computation, avoiding bank conflicts by setting the span index, satisfying the principle of coalesced memory access, and by using single-precision floating-point arithmetic and the pinned memory to reduce the copy operation and obtain higher data transfer bandwidth between the host and the GPU device. The experimental results show that the similarity transformation technique can significantly shorten the running time compared to the sequential algorithm and the speedup ratio is nearly stable when the number of iterations increases. As the matrix order increases, the running time of the sequential algorithm and PA-ST increases correspondingly. Experiments also show that the speedup ratio of the PA-ST is between 2.85 and 35.028.
Year
DOI
Venue
2014
10.1007/978-3-319-11194-0_18
ALGORITHMS AND ARCHITECTURES FOR PARALLEL PROCESSING, ICA3PP 2014, PT II
Keywords
Field
DocType
Maximum Eigenvalue,Positive Matrix,Similarity Transformation,GPU,CUDA
Shared memory,Matrix (mathematics),Parallel algorithm,Computer science,Parallel computing,Divide-and-conquer eigenvalue algorithm,Sequential algorithm,Eigenvalues and eigenvectors,CUDA Pinned memory,Speedup
Conference
Volume
ISSN
Citations 
8631
0302-9743
0
PageRank 
References 
Authors
0.34
4
5
Name
Order
Citations
PageRank
Ning Tian101.35
Longjiang Guo217726.73
Chunyu Ai319516.30
Meirui Ren4217.30
Jinbao Li525139.56