CFP last date
20 May 2024
Reseach Article

Enhancing Computational Performance using CPU-GPU Integration

by Sukanya.r, Swaathikka.k, Soorya.r
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 111 - Number 7
Year of Publication: 2015
Authors: Sukanya.r, Swaathikka.k, Soorya.r
10.5120/19551-1257

Sukanya.r, Swaathikka.k, Soorya.r . Enhancing Computational Performance using CPU-GPU Integration. International Journal of Computer Applications. 111, 7 ( February 2015), 18-22. DOI=10.5120/19551-1257

@article{ 10.5120/19551-1257,
author = { Sukanya.r, Swaathikka.k, Soorya.r },
title = { Enhancing Computational Performance using CPU-GPU Integration },
journal = { International Journal of Computer Applications },
issue_date = { February 2015 },
volume = { 111 },
number = { 7 },
month = { February },
year = { 2015 },
issn = { 0975-8887 },
pages = { 18-22 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume111/number7/19551-1257/ },
doi = { 10.5120/19551-1257 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T22:47:15.240290+05:30
%A Sukanya.r
%A Swaathikka.k
%A Soorya.r
%T Enhancing Computational Performance using CPU-GPU Integration
%J International Journal of Computer Applications
%@ 0975-8887
%V 111
%N 7
%P 18-22
%D 2015
%I Foundation of Computer Science (FCS), NY, USA
Abstract

The scope of computers has been expanding into increasing number of fields. With the growing need for computationally intense applications in every field, it is necessary to constantly meet the demands of performance requirements. The performance of the system relies heavily upon the processor and therefore the development of this technology is crucial. The processors of this age are handling growing amounts of data that depend on the speed, efficiency and data handling capacity of the processors. The scope of pushing the performance of a single processor has reached its threshold owing to factors such as cost, heat and power consumed. This lead to the advent of the age of multicore processor technology. But this model is also approaching a plateau in its scope by 2017 as predicted by Moore's Law. It is imperative that an alternate and viable technology that produces high performance is found. GPUs are the answer to the search for such a highly powerful yet feasible technology. These units are capable of handling computationally intense tasks by performing the operations on huge data sets in parallel. This type of parallel processing breaks the problem into discrete parts that can be solved concurrently. So while the conventional CPUs use the power of a single core to solve a problem, the GPU solves the same problem using about a hundred processors. So, while increasing the number of cores in a processor is not possible, integrating CPUs with GPUs and passing the intense workloads to the GPU, which will process it faster, to achieve an overall high performance is a viable model. Coherence between the two units is important to distribute the workload such that the parts with large data, that suit parallel processing is handled by GPU and the serial tasks are controlled by the CPU.

References
  1. Experiment on Intel's Tejus CPU: http://www. extremetech. com/computing/116561-the-death-of-cpu-scaling-from-one-core-to-many-and-why-were-still-stuck
  2. Graph depicting Moore's Law: http://forums. anandtech. com/showthread. php?t=2281246
  3. Moore's Law: http://computer. howstuffworks. com/moores-law3. htm
  4. GPGPU Technology: https://www. tacc. utexas. edu/news/feature-stories/2010/8-things-you-should-know-about-gpgpu-technology
  5. Parallel Computing Concepts: https://www2. cisl. ucar. edu/docs/parallel_concepts.
  6. Application of GPGPU in Computational Chemistry: http://blogs. nvidia. com/blog/2010/04/01/the-world-is-parallelgpus-in-chemistry-research/
  7. Working mechanism behind GPGPU: http://gizmodo. com/5252545/giz-explains-gpgpu-computing-and-why-itll-melt-your-face-off
  8. Difference between CPU and GPU: http://blogs. nvidia. com/blog/2009/12/16/whats-the-difference-between-a-cpu-and-a-gpu/
  9. Basics of GPGPU Programming : http://en. wikipedia. org/wiki/General-purpose_computing_on_graphics_processing_units#GPGPU_programming_concepts
  10. Basics of CUDA: http://www. nvidia. com/object/cuda_home_new. html
  11. Working with OpenCL: http://streamcomputing. eu/knowledge/what-is/opencl/
  12. Introduction to OpenCL: http://www. drdobbs. com/parallel/a-gentle-introduction-to-opencl/231002854.
  13. An Introduction to the OpenCL Programming Model by Jonathan Tompson and Kristofer Schlachter
  14. 2D Data-Parallel execution in OpenCL (from [Boydstun2011])
  15. Heterogeneous System Coherence for Integrated CPU-GPU Systems by University of Wisconsin
Index Terms

Computer Science
Information Sciences

Keywords

CPU GPU GPGPU Parallel Programming CUDA OpenCL Moore's Law.