High Performance Computing via a GPU
Sch. of Comput. Sci., Fudan Univ., Shanghai, China
1st International Conference on Information Science and Engineering (ICISE), 2009
@article{chen2009high,
title={High Performance Computing via a GPU},
author={Chen, G. and Li, G. and Pei, S. and Wu, B.},
journal={icise},
pages={238–241},
year={2009},
publisher={IEEE Computer Society}
}
Graphics processor units (GPUs), such as the AMD FireStream series, offer a tremendous computing power that is frequently an order of magnitude larger than even the most modern multi-core CPUs, making them an attractive platform for high performance computing due to their relative cheapness compared with conventional PC clusters. General-purpose computing on GPUs (GPGPU) is becoming popular in HPC because of its high peak performance. This paper investigates current technology that enables a GPU to accelerate HPC applications. As a representative kernel program in HPC, the speed of matrix multiplication plays an important role in the whole performance of the application. We introduce a new parallel algorithm to accelerate this operation. Comparing the speed of the computation through the CPU and the GPU, the result demonstrates that calculations are preformed considerably faster through the GPU than through the CPU.
April 25, 2011 by hgpu