Fast Polynomial Approximation Acceleration on the GPU
Department of Computer Science, VSB-Technical University of Ostrava, Ostrava, Czech Republic
The Sixth International Conference on Digital Society (ICDS 2012), 2012
@inproceedings{janosek2012fast,
title={Fast Polynomial Approximation Acceleration on the GPU},
author={Jano{v{s}}ek, L. and N{v{e}}mec, M.},
booktitle={ICDS 2012, The Sixth International Conference on Digital Society},
pages={69–72},
year={2012}
}
This article presents the possibility of parallelization of calculating polynomial approximations with large data inputs on GPU using NVIDIA CUDA architecture. Parallel implementation on the GPU is compared to the single thread CPU implementation. Despite the enormous computing power of today’s graphics cards there is still a problem with the speed of data transfer to GPU. The article is mainly focused on the implementation of some ways of transferring data from memory into GPU memory. The aim is to show what method is suitable for a large amount of data being processed and what for the lesser amount of data. Afterwards performance characteristics of the implementation of the CPU and GPU are matched.
February 12, 2012 by hgpu