Comparative Study of High Performance Computing Using Multi-core Parallel Systems
Division of Computer Science and Engineering, Chonbuk National University, Jeonju Korea
The 2013 International Conference on Parallel and Distributed, Processing Techniques and Applications (PDPTA’13), 2013
@article{lee2013comparative,
title={Comparative Study of High Performance Computing Using Multi-core Parallel Systems},
author={Lee, Hyo Jong and Kim, Hyeon Kyu},
year={2013}
}
Multi-core based high performance computing systems are available with a reasonable price. Parallel programming paradigm needs to be adjusted to an individual system. Parallel computing systems were compared in this paper. Electroencephalography signals were collected in order to measure performance of parallel computing for CPU and GPU based systems. A CPU based system showed better performance for smaller data set, while a GPU system showed better performance for larger data set. GTX580 processor, which has 512 CUDA cores, showed consistent speedup as input data was increased continuously. However, CPU has a limited speedup due to the lack of parallelism. For the FIR filter computation, GPU showed a good scalability, while a CPU system did not. The performance of GPU was better than CPU system slightly.
December 4, 2013 by hgpu