SlideShare a Scribd company logo
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 4 Issue 1, December 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD29648 | Volume – 4 | Issue – 1 | November-December 2019 Page 705
GPU Computing: An Introduction
Matthew N. O. Sadiku, Adedamola A. Omotoso, Sarhan M. Musa
Roy G. Perry College of Engineering, Prairie View A&M University, Prairie View, Texas
ABSTRACT
The graphics processing unit (GPU) is a computer chip that performs rapid
mathematical calculations. GPU is a ubiquitous device which appears inevery
computing systems such PC, laptop, desktop, and workstation. It is a many-
core multithreaded multiprocessor that excels at both graphics and non-
graphic applications. GPU computing is using a GPU as a co-processor to
accelerate CPUs scientific and engineering computing. The paper provides a
brief introduction to GPU computing.
KEYWORDS:graphicsprocessingunit, GPUcomputing, heterogeneouscomputing,
hybrid computing
How to cite this paper: Matthew N. O.
Sadiku | Adedamola A. Omotoso | Sarhan
M. Musa "GPU Computing: An
Introduction"
Published in
International Journal
of Trend in Scientific
Research and
Development(ijtsrd),
ISSN: 2456-6470,
Volume-4 | Issue-1,
December 2019, pp.705-706, URL:
www.ijtsrd.com/papers/ijtsrd29648.pdf
Copyright © 2019 by author(s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
INRODUCTION
The efficiency of anycomputersimulationsdependsonthree
factors [1]: the formulation of the theory describing the
process, numerical methods employed, and the hardware
capabilities. Graphics Processing Unit (GPU) computing is
regarded today as the most powerful computational
hardware. GPU is not the only type of accelerator core that
has gained interest recently. Other include field
programmable gate array (FPGA) and the Cell Broadband
Engine (Cell BE), which receive less attention [2].
Originally, GPU was conceived and developed for rendering
graphics. However, due to it high performance and low cost,
it has become the new standard of non-graphic application
such as image processing, image restoration, filtering,
interpolation, and reconstruction. It has become an
indispensable part of today's computing systems. In recent
years, substantial efforts were made to adapt many
algorithms for massively-parallel GPU-based systems since
the GPU can perform many calculations simultaneously.
GPU computing is the application of a GPU to do general
purpose scientific and engineering computing. Central
Processing Units (CPUs) are task-parallel processors, while
GPUs are data-parallel. GPU computing is not replacing CPU
computing. Each approach has its own advantages and
limitations. A GPU is used along with a CPU to accelerate
scientific and engineering applications.Forthisreason,CPU-
GPU computing is also known as heterogeneous computing
or hybrid computing.
GPU BASICS
The term GPU was popularized by NVIDIA Corporation in
1999 when the company introduced the first GPU. NVIDIA’s
CUDA architecture (code named Fermi) is the first
architecture to deliver all of the features required for highly
demanding HPC applications. The featuresincludehighlevel
of double-precision floating-point performance, ECC
protection from the registers to DRAM, and support for
languages including C, C++, FORTRAN, Java, MATLAB, and
Python. Fermi is the first complete architecture for GPU
computing [3]. Besides NVIDIA, other GPU vendors include
Intel, ATI, Sony, and IBM.
GPU is specializedforcompute-intensive,highlydata parallel
computation, which what graphics rendering is all about.
Although GPU can be used for 2D data, it is essential for
rendering of 3D animations and video. GPU has a unique
design of ‘many-core’ architecture, and each core is able to
carry out thousands of threads simultaneously.The memory
of GPU consists of a large number of cache blocks, and each
block can be independently accessed [4].
Before GPU was invented, graphics on a personal computer
were performed by a video graphics array (VGA) controller.
The GPU is designed for a class of applications with the
following characteristics [5]:
Computational requirements are large
Parallelism is substantial
Throughput is more important than latency
Parallelism is an integral part of GPU computing and will
become important in future. GPUs offer parallel computing
power that usually requires a computer or a supercomputer
IJTSRD29648
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD29648 | Volume – 4 | Issue – 1 | November-December 2019 Page 706
to accomplish. Several applications with substantial
parallelism increasingly use the massively parallel
computing capabilities of GPUs to achieve superior
performance [6]. GPUs are leading the way in parallelism;
compilers, algorithms,andcomputational modelshavemade
significant advances in
recent years.
APPLICATIONS
Recently, GPUs are considered not only forgraphics,butalso
for speeding-up theexecutionofgeneral purposealgorithms.
GPU computing has become an increasingly important tool
to develop efficient applications in several areas such as
computer vision, linear algebra, statistical analysis, physics
and biological simulation, database analysis, computational
finance, computational biology, and electronic designs. The
following represent just a few illustrative applications of
GPU computing.
Biological Simulation: Molecular modelling and
molecular design take advantage of scientific
computation capability of GPU. The performance of
GPU-based systems supports the development of
custom-made protocols for efficient modelling of
biomolecular systems and nanostructures.
Computational Electromagnetics: GPUs are used in a
wide range of difference methods or finite-difference
time-domain (FDTD) algorithms, finite element
methods, momentmethods, andMonteCarlomethodsin
science, engineering, computational electromagnetics,
computational fluid dynamics, finance, and acoustics. It
is possible to achieve excellent performance with both
explicit and implicit computational PDEapproximations
on GPUs [7]. The familiar MATLAB package can be used
to take advantage of GPU computing.
Power Systems: In recent years, the computational
demands of modelling modern power systems have
been steadily increasing. With the advent of the smart
grid, the power system has become more complex and
requires more computationally intensive means of
simulation and analysis [8].
Other areas of applications of GPU computing include
medical physics, operations research, financial engineering,
economics, crowd dynamics simulations, optimization, high
performance computing (HPC), neuroscience, atmospheric
modelling,
BENEFTIS AND LIMITATIONS
The key benefit of GPU computing is its massive
performance when compared to the CPU. General purpose
GPU computing has produced the fastest supercomputers in
the world. GPU computing enables applications that we
previously thought impossible due of long execution times.
GPUs have the following advantages [9]:
GPUs are powerful accelerators since they have now
hundreds of computing cores;
GPUs are widely available and relatively cheap;
GPUs require less energy thanothercomputingdevices.
However, GPU computing is only a few years old and the
challenges it is facingare daunting. The major challenges
include memory, arithmetic, and latencies. To be
sustainable, GPU computing must address two open issues:
how to increase applications mean time between failures
and how to minimize unnecessaryenergyconsumption[10].
In some cases, performance cannot scale with the
number of cores because an increasingly large portion
of time is spent on moving data rather than performing
arithmetic operations. GPUs are not designed to excel at
multithreaded access to complex data structuressuch as
a hash table [11].
CONCLUSION
We are in the age of parallel-processing and the age of GPU
computing. GPU has attracted a lot of attention and become
pervasive in today’s computing systems due to its highly
parallel and efficient architecture. Using the GPU for
computing has been an inevitable trend in scientific
community. It is evident that GPU computing will be of great
importance in the near future.Itseemsverypromising.More
information about GPU computing can be found in [11, 12].
REFERENCES
[1] P. Alevras and D. Yurchenko, “GPU computing for
accelerating the numerical path Integrationapproach,”
Computers and Structures, vol. 171, 2016, pp. 46–53.
[2] A. R. Brodtkorbi, T. R. Hageni, and M. L. Satra, “GPU
programming strategiesandtrendsinGPUcomputing,”
Journal of Parallel and Distributed Computing, vol. 73,
no. 1, 2012, pp. 4–13.
[3] P. N. Glaskowsky, “NVIDIA’s Fermi: The first complete
GPU computing architecture,”
http://www.nvidia.com/content/PDF/fermi_white_pa
pers/P.Glaskowsky_NVIDIA%27s_Fermi-
The_First_Complete_GPU_Architecture.pdf
[4] H. Hsieh and C. Chu, “Particle swarm optimization
(PSO)-based tool path planning for 5-axis flank milling
accelerated by graphics processing unit (GPU),”
International Journal of Computer Integrated
Manufacturing, vol. 24, no. 7, 2011, pp. 676-687.
[5] J. D. Owens et al., “GPU Computing,” Proceedings of the
IEEE, vol. 96, no. 5, May 2008, pp. 879-899.
[6] J. Nickolls and W. J. Dally, “The GPU computing era,”
IEEE Micro, March/April 2010, pp. 56-69.
[7] M. Giles et al., “GPU implementation of finite difference
solvers,” Proceedings of the Seventh Workshop on High
Performance Computational Finance, 2014, pp.1-8.
[8] D. J. Sooknanan1 and A. Joshi, “GPU computing using
CUDA in the deployment of smartgrids,”Proceedingsof
SAI Computing Conference, London, UK, July 2016,
pp.1260-1266.
[9] V. Boyer and D. E. Baz, “Recent advances on GPU
computing in operations research,” Proceedings of the
IEEE 27th International Symposium on Parallel &
Distributed Processing Workshops and PhD Forum,
2013, pp. 1778-1787.
[10] J. Y. Shi et al., “Sustainable GPU computing at scale,”
Proceedings of IEEE International Conference on
Computational Science and Engineering, 2011,pp.263-
272.
[11] J. Sanders and E. Kandrot, CUDA by Example: An
Introduction to General-Purpose GPU Programming.
Upper Saddle River, NJ: Addison-Wesley, 2011.
[12] W. W. Hwu, GPU Computing Gems. Burlington, MA:
Elsevier, 2011.

More Related Content

PDF
PDF
Heterogenous system architecture(HSA)
PPTX
Green computing
PDF
A SURVEY OF NEURAL NETWORK HARDWARE ACCELERATORS IN MACHINE LEARNING
PPTX
An AI accelerator ASIC architecture
PDF
Enterprise-level Green ICT Using virtualization to balance energy economics
PPT
Cloud Computing: The Green Grid
Heterogenous system architecture(HSA)
Green computing
A SURVEY OF NEURAL NETWORK HARDWARE ACCELERATORS IN MACHINE LEARNING
An AI accelerator ASIC architecture
Enterprise-level Green ICT Using virtualization to balance energy economics
Cloud Computing: The Green Grid

What's hot (19)

PPTX
Green computing
PPTX
Green computing
PPTX
AMD Fusion Fund Media Presentation
 
PPTX
Green computing 2
PDF
Datacenter Transformation - Energy And Availability - Dio Van Der Arend
PPTX
Green cloud computing
PPTX
Green computing 1 1
PPTX
Green computing
PPTX
Green computing
PPT
Green IT: 10 Surprising Facts presented by Fujitsu Siemens Computers (FSC)
PPTX
Green computing
PPTX
Green cloud computing
PDF
Green it economics_aurora_tco_paper
PDF
AI in Healh Care using IBM POWER systems
PDF
Smart Data Slides: Emerging Hardware Choices for Modern AI Data Management
PPTX
Green computing 28thdec15_siddharth
PPT
Greencomputing1 120424132051-phpapp01
PPTX
Green it
Green computing
Green computing
AMD Fusion Fund Media Presentation
 
Green computing 2
Datacenter Transformation - Energy And Availability - Dio Van Der Arend
Green cloud computing
Green computing 1 1
Green computing
Green computing
Green IT: 10 Surprising Facts presented by Fujitsu Siemens Computers (FSC)
Green computing
Green cloud computing
Green it economics_aurora_tco_paper
AI in Healh Care using IBM POWER systems
Smart Data Slides: Emerging Hardware Choices for Modern AI Data Management
Green computing 28thdec15_siddharth
Greencomputing1 120424132051-phpapp01
Green it
Ad

Similar to GPU Computing: An Introduction (20)

PDF
Graphics Processing Unit: An Introduction
PDF
Volume 2-issue-6-2040-2045
PDF
Volume 2-issue-6-2040-2045
PDF
PDF
A SURVEY ON GPU SYSTEM CONSIDERING ITS PERFORMANCE ON DIFFERENT APPLICATIONS
PDF
Hybrid Multicore Computing : NOTES
PPTX
Graphics processing unit ppt
PDF
Cuda Based Performance Evaluation Of The Computational Efficiency Of The Dct ...
PDF
CUDA by Example : Why CUDA? Why Now? : Notes
PDF
CUDA by Example : NOTES
PDF
GPU accelerated Large Scale Analytics
PDF
Image Processing Application on Graphics processors
PPTX
GPU Computing
PPT
Amd fusion apus
PDF
IIT ropar_CUDA_Report_Ankita Dewan
PDF
IIT ropar_CUDA_Report_Ankita Dewan
PDF
Computing power technology – an overview.pdf
PDF
Gtc2013 recap
PDF
NVIDIA GTC 2013 HIGHLIGHTS
PPTX
GPGPU programming with CUDA
Graphics Processing Unit: An Introduction
Volume 2-issue-6-2040-2045
Volume 2-issue-6-2040-2045
A SURVEY ON GPU SYSTEM CONSIDERING ITS PERFORMANCE ON DIFFERENT APPLICATIONS
Hybrid Multicore Computing : NOTES
Graphics processing unit ppt
Cuda Based Performance Evaluation Of The Computational Efficiency Of The Dct ...
CUDA by Example : Why CUDA? Why Now? : Notes
CUDA by Example : NOTES
GPU accelerated Large Scale Analytics
Image Processing Application on Graphics processors
GPU Computing
Amd fusion apus
IIT ropar_CUDA_Report_Ankita Dewan
IIT ropar_CUDA_Report_Ankita Dewan
Computing power technology – an overview.pdf
Gtc2013 recap
NVIDIA GTC 2013 HIGHLIGHTS
GPGPU programming with CUDA
Ad

More from ijtsrd (20)

PDF
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
PDF
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
PDF
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
PDF
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
PDF
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
PDF
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
PDF
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
PDF
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
PDF
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
PDF
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
PDF
Automatic Accident Detection and Emergency Alert System using IoT
PDF
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
PDF
The Role of Media in Tribal Health and Educational Progress of Odisha
PDF
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
PDF
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
PDF
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
PDF
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
PDF
Vitiligo Treated Homoeopathically A Case Report
PDF
Vitiligo Treated Homoeopathically A Case Report
PDF
Uterine Fibroids Homoeopathic Perspectives
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
Automatic Accident Detection and Emergency Alert System using IoT
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
The Role of Media in Tribal Health and Educational Progress of Odisha
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
Vitiligo Treated Homoeopathically A Case Report
Vitiligo Treated Homoeopathically A Case Report
Uterine Fibroids Homoeopathic Perspectives

Recently uploaded (20)

PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Classroom Observation Tools for Teachers
PDF
Insiders guide to clinical Medicine.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Sports Quiz easy sports quiz sports quiz
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
Pharma ospi slides which help in ospi learning
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Basic Mud Logging Guide for educational purpose
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Cell Structure & Organelles in detailed.
PPTX
GDM (1) (1).pptx small presentation for students
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Classroom Observation Tools for Teachers
Insiders guide to clinical Medicine.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
Microbial diseases, their pathogenesis and prophylaxis
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Sports Quiz easy sports quiz sports quiz
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
O7-L3 Supply Chain Operations - ICLT Program
PPH.pptx obstetrics and gynecology in nursing
Pharma ospi slides which help in ospi learning
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Basic Mud Logging Guide for educational purpose
102 student loan defaulters named and shamed – Is someone you know on the list?
Cell Structure & Organelles in detailed.
GDM (1) (1).pptx small presentation for students

GPU Computing: An Introduction

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 4 Issue 1, December 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD29648 | Volume – 4 | Issue – 1 | November-December 2019 Page 705 GPU Computing: An Introduction Matthew N. O. Sadiku, Adedamola A. Omotoso, Sarhan M. Musa Roy G. Perry College of Engineering, Prairie View A&M University, Prairie View, Texas ABSTRACT The graphics processing unit (GPU) is a computer chip that performs rapid mathematical calculations. GPU is a ubiquitous device which appears inevery computing systems such PC, laptop, desktop, and workstation. It is a many- core multithreaded multiprocessor that excels at both graphics and non- graphic applications. GPU computing is using a GPU as a co-processor to accelerate CPUs scientific and engineering computing. The paper provides a brief introduction to GPU computing. KEYWORDS:graphicsprocessingunit, GPUcomputing, heterogeneouscomputing, hybrid computing How to cite this paper: Matthew N. O. Sadiku | Adedamola A. Omotoso | Sarhan M. Musa "GPU Computing: An Introduction" Published in International Journal of Trend in Scientific Research and Development(ijtsrd), ISSN: 2456-6470, Volume-4 | Issue-1, December 2019, pp.705-706, URL: www.ijtsrd.com/papers/ijtsrd29648.pdf Copyright © 2019 by author(s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) INRODUCTION The efficiency of anycomputersimulationsdependsonthree factors [1]: the formulation of the theory describing the process, numerical methods employed, and the hardware capabilities. Graphics Processing Unit (GPU) computing is regarded today as the most powerful computational hardware. GPU is not the only type of accelerator core that has gained interest recently. Other include field programmable gate array (FPGA) and the Cell Broadband Engine (Cell BE), which receive less attention [2]. Originally, GPU was conceived and developed for rendering graphics. However, due to it high performance and low cost, it has become the new standard of non-graphic application such as image processing, image restoration, filtering, interpolation, and reconstruction. It has become an indispensable part of today's computing systems. In recent years, substantial efforts were made to adapt many algorithms for massively-parallel GPU-based systems since the GPU can perform many calculations simultaneously. GPU computing is the application of a GPU to do general purpose scientific and engineering computing. Central Processing Units (CPUs) are task-parallel processors, while GPUs are data-parallel. GPU computing is not replacing CPU computing. Each approach has its own advantages and limitations. A GPU is used along with a CPU to accelerate scientific and engineering applications.Forthisreason,CPU- GPU computing is also known as heterogeneous computing or hybrid computing. GPU BASICS The term GPU was popularized by NVIDIA Corporation in 1999 when the company introduced the first GPU. NVIDIA’s CUDA architecture (code named Fermi) is the first architecture to deliver all of the features required for highly demanding HPC applications. The featuresincludehighlevel of double-precision floating-point performance, ECC protection from the registers to DRAM, and support for languages including C, C++, FORTRAN, Java, MATLAB, and Python. Fermi is the first complete architecture for GPU computing [3]. Besides NVIDIA, other GPU vendors include Intel, ATI, Sony, and IBM. GPU is specializedforcompute-intensive,highlydata parallel computation, which what graphics rendering is all about. Although GPU can be used for 2D data, it is essential for rendering of 3D animations and video. GPU has a unique design of ‘many-core’ architecture, and each core is able to carry out thousands of threads simultaneously.The memory of GPU consists of a large number of cache blocks, and each block can be independently accessed [4]. Before GPU was invented, graphics on a personal computer were performed by a video graphics array (VGA) controller. The GPU is designed for a class of applications with the following characteristics [5]: Computational requirements are large Parallelism is substantial Throughput is more important than latency Parallelism is an integral part of GPU computing and will become important in future. GPUs offer parallel computing power that usually requires a computer or a supercomputer IJTSRD29648
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD29648 | Volume – 4 | Issue – 1 | November-December 2019 Page 706 to accomplish. Several applications with substantial parallelism increasingly use the massively parallel computing capabilities of GPUs to achieve superior performance [6]. GPUs are leading the way in parallelism; compilers, algorithms,andcomputational modelshavemade significant advances in recent years. APPLICATIONS Recently, GPUs are considered not only forgraphics,butalso for speeding-up theexecutionofgeneral purposealgorithms. GPU computing has become an increasingly important tool to develop efficient applications in several areas such as computer vision, linear algebra, statistical analysis, physics and biological simulation, database analysis, computational finance, computational biology, and electronic designs. The following represent just a few illustrative applications of GPU computing. Biological Simulation: Molecular modelling and molecular design take advantage of scientific computation capability of GPU. The performance of GPU-based systems supports the development of custom-made protocols for efficient modelling of biomolecular systems and nanostructures. Computational Electromagnetics: GPUs are used in a wide range of difference methods or finite-difference time-domain (FDTD) algorithms, finite element methods, momentmethods, andMonteCarlomethodsin science, engineering, computational electromagnetics, computational fluid dynamics, finance, and acoustics. It is possible to achieve excellent performance with both explicit and implicit computational PDEapproximations on GPUs [7]. The familiar MATLAB package can be used to take advantage of GPU computing. Power Systems: In recent years, the computational demands of modelling modern power systems have been steadily increasing. With the advent of the smart grid, the power system has become more complex and requires more computationally intensive means of simulation and analysis [8]. Other areas of applications of GPU computing include medical physics, operations research, financial engineering, economics, crowd dynamics simulations, optimization, high performance computing (HPC), neuroscience, atmospheric modelling, BENEFTIS AND LIMITATIONS The key benefit of GPU computing is its massive performance when compared to the CPU. General purpose GPU computing has produced the fastest supercomputers in the world. GPU computing enables applications that we previously thought impossible due of long execution times. GPUs have the following advantages [9]: GPUs are powerful accelerators since they have now hundreds of computing cores; GPUs are widely available and relatively cheap; GPUs require less energy thanothercomputingdevices. However, GPU computing is only a few years old and the challenges it is facingare daunting. The major challenges include memory, arithmetic, and latencies. To be sustainable, GPU computing must address two open issues: how to increase applications mean time between failures and how to minimize unnecessaryenergyconsumption[10]. In some cases, performance cannot scale with the number of cores because an increasingly large portion of time is spent on moving data rather than performing arithmetic operations. GPUs are not designed to excel at multithreaded access to complex data structuressuch as a hash table [11]. CONCLUSION We are in the age of parallel-processing and the age of GPU computing. GPU has attracted a lot of attention and become pervasive in today’s computing systems due to its highly parallel and efficient architecture. Using the GPU for computing has been an inevitable trend in scientific community. It is evident that GPU computing will be of great importance in the near future.Itseemsverypromising.More information about GPU computing can be found in [11, 12]. REFERENCES [1] P. Alevras and D. Yurchenko, “GPU computing for accelerating the numerical path Integrationapproach,” Computers and Structures, vol. 171, 2016, pp. 46–53. [2] A. R. Brodtkorbi, T. R. Hageni, and M. L. Satra, “GPU programming strategiesandtrendsinGPUcomputing,” Journal of Parallel and Distributed Computing, vol. 73, no. 1, 2012, pp. 4–13. [3] P. N. Glaskowsky, “NVIDIA’s Fermi: The first complete GPU computing architecture,” http://www.nvidia.com/content/PDF/fermi_white_pa pers/P.Glaskowsky_NVIDIA%27s_Fermi- The_First_Complete_GPU_Architecture.pdf [4] H. Hsieh and C. Chu, “Particle swarm optimization (PSO)-based tool path planning for 5-axis flank milling accelerated by graphics processing unit (GPU),” International Journal of Computer Integrated Manufacturing, vol. 24, no. 7, 2011, pp. 676-687. [5] J. D. Owens et al., “GPU Computing,” Proceedings of the IEEE, vol. 96, no. 5, May 2008, pp. 879-899. [6] J. Nickolls and W. J. Dally, “The GPU computing era,” IEEE Micro, March/April 2010, pp. 56-69. [7] M. Giles et al., “GPU implementation of finite difference solvers,” Proceedings of the Seventh Workshop on High Performance Computational Finance, 2014, pp.1-8. [8] D. J. Sooknanan1 and A. Joshi, “GPU computing using CUDA in the deployment of smartgrids,”Proceedingsof SAI Computing Conference, London, UK, July 2016, pp.1260-1266. [9] V. Boyer and D. E. Baz, “Recent advances on GPU computing in operations research,” Proceedings of the IEEE 27th International Symposium on Parallel & Distributed Processing Workshops and PhD Forum, 2013, pp. 1778-1787. [10] J. Y. Shi et al., “Sustainable GPU computing at scale,” Proceedings of IEEE International Conference on Computational Science and Engineering, 2011,pp.263- 272. [11] J. Sanders and E. Kandrot, CUDA by Example: An Introduction to General-Purpose GPU Programming. Upper Saddle River, NJ: Addison-Wesley, 2011. [12] W. W. Hwu, GPU Computing Gems. Burlington, MA: Elsevier, 2011.