首页    期刊浏览 2024年10月04日 星期五
登录注册

文章基本信息

  • 标题:Performance Optimization of 3D Lattice Boltzmann Flow Solver on a GPU
  • 本地全文:下载
  • 作者:Nhat-Phuong Tran ; Myungho Lee ; Sugwon Hong
  • 期刊名称:Scientific Programming
  • 印刷版ISSN:1058-9244
  • 出版年度:2017
  • 卷号:2017
  • DOI:10.1155/2017/1205892
  • 出版社:Hindawi Publishing Corporation
  • 摘要:Lattice Boltzmann Method (LBM) is a powerful numerical simulation method of the fluid flow. With its data parallel nature, it is a promising candidate for a parallel implementation on a GPU. The LBM, however, is heavily data intensive and memory bound. In particular, moving the data to the adjacent cells in the streaming computation phase incurs a lot of uncoalesced accesses on the GPU which affects the overall performance. Furthermore, the main computation kernels of the LBM use a large number of registers per thread which limits the thread parallelism available at the run time due to the fixed number of registers on the GPU. In this paper, we develop high performance parallelization of the LBM on a GPU by minimizing the overheads associated with the uncoalesced memory accesses while improving the cache locality using the tiling optimization with the data layout change. Furthermore, we aggressively reduce the register uses for the LBM kernels in order to increase the run-time thread parallelism. Experimental results on the Nvidia Tesla K20 GPU show that our approach delivers impressive throughput performance: 1210.63 Million Lattice Updates Per Second (MLUPS).
国家哲学社会科学文献中心版权所有