Improving the Performance of the Linear Systems Solvers Using CUDA
"Nicolae Titulescu" University
Proceedings of Challenges of the Knowledge Society (CKS), Pages: 2036-2046, 2012
@article{oancea2012improving,
title={IMPROVING THE PERFORMANCE OF THE LINEAR SYSTEMS SOLVERS USING CUDA},
author={OANCEA, B. and ANDREI, T. and DRAGOESCU, R.M.},
journal={Challenges of the Knowledge Society},
pages={2036},
year={2012}
}
Parallel computing can offer an enormous advantage regarding the performance for very large applications in almost any field: scientific computing, computer vision, databases, data mining, and economics. GPUs are high performance many-core processors that can obtain very high FLOP rates. Since the first idea of using GPU for general purpose computing, things have evolved and now there are several approaches to GPU programming: CUDA from NVIDIA and Stream from AMD. CUDA is now a popular programming model for general purpose computations on GPU for C/C++ programmers. A great number of applications were ported to CUDA programming model and they obtain speedups of orders of magnitude comparing to optimized CPU implementations. In this paper we present an implementation of a library for solving linear systems using the C-CUDA framework. We present the results of performance tests and show that using GPU one can obtain speedups of about of approximately 80 times comparing with a CPU implementation.
November 24, 2012 by hgpu