• Title of article

    Performance Optimization of 3D Lattice Boltzmann Flow Solver on a GPU

  • Author/Authors

    Tran, Nhat-Phuong Department of Computer Science and Engineering - Myongji University, Republic of Korea , Lee, Myungho Department of Computer Science and Engineering - Myongji University, Republic of Korea , Hong, Sugwon Department of Computer Science and Engineering - Myongji University, Republic of Korea

  • Pages
    17
  • From page
    1
  • To page
    17
  • Abstract
    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).
  • Keywords
    Optimization , Optimization , Performance , 3D Lattice Boltzmann , Flow Solver on a GPU
  • Journal title
    Scientific Programming
  • Serial Year
    2017
  • Record number

    2608272