Parallel Solving Massive Linear Equations with CUDA
School of Electrical and Computer Engineering, University of Ottawa, Ottawa, Canada K1N 6N5
University of Ottawa, 2014
@article{xia2014parallel,
title={Parallel Solving Massive Linear Equations with CUDA},
author={Xia, Zheng},
year={2014}
}
By consulting the state-of-the-art methods on massive linear equations solving and parallel computing, the main issue of calculation have been extracted from finite element method. The author test some solving routines on the CPU based as well as design and implement on GPU by using CUDA. The coalesced access result on GPU shows a ten times faster than the naive method.
May 7, 2014 by hgpu