12561

GPU Computing to Improve Game Engine Performance

Abu Asaduzzaman, Hin Y. Lee
Department of EECS, Wichita State University, 1845 Fairmount St JB-253, Wichita, Kansas 67260-0083, USA
J. Eng. Technol. Sci., Vol. 46, No. 2, 226-243, 2014

@article{asaduzzaman2014computing,

   title={GPU Computing to Improve Game Engine Performance},

   author={Asaduzzaman, Abu and Lee, Hin Y.},

   year={2014}

}

Download Download (PDF)   View View   Source Source   

1627

views

Although the graphics processing unit (GPU) was originally designed to accelerate the image creation for output to display, today’s general purpose GPU (GPGPU) computing offers unprecedented performance by offloading computing-intensive portions of the application to the GPGPU, while running the remainder of the code on the central processing unit (CPU). The highly parallel structure of a many core GPGPU can process large blocks of data faster using multithreaded concurrent processing. A game engine has many "components" and multithreading can be used to implement their parallelism. However, effective implementation of multithreading in a multicore processor has challenges, such as data and task parallelism. In this paper, we investigate the impact of using a GPGPU with a CPU to design high-performance game engines. First, we implement a separable convolution filter (heavily used in image processing) with the GPGPU. Then, we implement a multiobject interactive game console in an eight-core workstation using a multithreaded asynchronous model (MAM), a multithreaded synchronous model (MSM), and an MSM with data parallelism (MSMDP). According to the experimental results, speedup of about 61x and 5x is achieved due to GPGPU and MSMDP implementation, respectively. Therefore, GPGPU-assisted parallel computing has the potential to improve multithreaded game engine performance.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: