Research and implementation of key technologies for grid computing based on GPU

Han-yu LU,Jun CHEN,Tian-jian LU,Xiu-wan CHEN,Xiang JI
DOI: https://doi.org/10.13624/j.cnki.issn.1001-7445.2017.2147
2017-01-01
Abstract:Aiming at the bottleneck of inefficiency of CPU in parallel processing grid computing, GPU which has high concurrent computing power is chosen to solve the problem in the paper. Based on the analysis of the key technology of GPU general-purpose computing, using CUDA as programming environment, simple grid computing, the neighborhood analysis based on window operation and grid iterative analysis of running water accumulation quantity computation are realized respectively. Experimental results show that the time consumption of CPU is linear related to the length of the input data and the data quantity, and the change of time consumption is not obvious when the length of the input data grows exponentially and the data volume increases. It proves the validity of the GPU grid computing. The work has certain of theoretical significance and practical value.
What problem does this paper attempt to address?