Comparison and Analysis of GPGPU and Parallel Computing on Multi-Core CPU

Hong Zhang,Da-fang Zhang,Xia-an Bi
DOI: https://doi.org/10.7763/ijiet.2012.v2.106
2012-01-01
International Journal of Information and Education Technology
Abstract:—There are two ways to improve the performance of the algorithm computing, which are general purpose of computation and parallel computation of multi-core CPU. By comparison and analysis, contrast the main difference between them, we reach a conclusion that GPU is suitable for processing large-scale data-parallel load of high-density computing but relatively simple branching logic , however, the CPU is more suitable for processing complex logic computation. Now, the appearance of the CUDA makes GPU architecture more suitable for general purpose of computation. Cryptographic algorithm is typical compute-intensive algorithm, this paper take the modular exponentiation of RSA algorithms for example, through the comparison and analysis of GPU implementation and CPU implementation, the experiment results show: that the GPU implementation can achieve more than 45 times speedup in comparison with multi-core CPU implementation of RSA.
What problem does this paper attempt to address?