3339

Optimization and Implementation of LBM Benchmark on Multithreaded GPU

Xiaoguang Ren, Yuhua Tang, Guibin Wang, Tao Tang, Xudong Fang
Nat. Lab. for Parallel & Distrib. Process., Nat. Univ. of Defense Technol., Changsha, China
International Conference on Data Storage and Data Engineering (DSDE), 2010, DSDE, pp.116-122

@conference{ren2010optimization,

   title={Optimization and Implementation of LBM benchmark on Multithreaded GPU},

   author={Ren, X. and Tang, Y. and Wang, G. and Tang, T. and Fang, X.},

   booktitle={2010 International Conference on Data Storage and Data Engineering},

   pages={116–122},

   year={2010},

   organization={IEEE}

}

Source Source   

1586

views

With fast development of transistor technology, Graphic Processing Unit(GPU) is increasingly used in the non-graphics applications, and major GPU hardware vendors have introduced software stacks for their own GPUs, such as Brook+ for AMD GPU. Compared with the traditional parallel systems, heterogeneous systems integerating stream-based multi-threaded GPUs provide higher parallel computing capabilities with lower cost. However, porting traditional applications to the heterogeneous systems makes new demand of application optimization on GPU. Based on the AMD’s Brook+ platform, we explored application optimization features on AMD GPU by optimizing and implementing the benchmark LBM from SPEC2006. To improve the program locality, we optimized the original data layout of LBM. Using the short vector data types mechanism provided by Brook+, we also optimized the GPU’s bandwidth utilization and its thread processors’ efficiency. Through the branch elimination technique, we reduced the performance lose caused by branch divergences in the kernel, which is due to the GPU’s SIMD executing mode. The experiment results show that data layout, memory bandwidth, branch paths and other factors have a close effect on the performance of program execution on the GPU. Through all the optimizations, we finally got a speedup of 22x (single-precision) and 19x (double-precision) over the original serial benchmark code on a Quad-core CPU, and a speedup of 4x (single-precision) and 8.7x (double-precision) over the original OMP benchmark code on a 8-core CPU.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: