Iterative Algorithm for Linear Equations on GPU

ZHANG Jian
DOI: https://doi.org/10.3969/j.issn.1005-9490.2010.06.027
2010-01-01
Abstract:Iterative algorithm is the basic method to solve the large-scale linear equations.For using of the parallel processing benefit of GPU(Graphics Processing Unit),the implement of Jacobi iteration and Gauss-Sediel iteration is modified.The speed to solve the large-scale linear equations is improved.And the effect of acceleration is investigated with the different iteration numbers and the different order equations.The experiment shows when the order of linear equations is 500 and iteration number is 100,the speed of calculation improves more than 130 times for Jacobi and more than 40 times for Gauss-Sediel.Two kinds of iteration algorithm are implemented on GPU and CPU for the same equations.The reason for different acceleration is analyzed in the end.
What problem does this paper attempt to address?