English

Multi GPU Performance of Conjugate Gradient Solver with Staggered Fermions in Mixed Precision

Computational Physics 2011-11-02 v1 High Energy Physics - Lattice

Abstract

GPU has a significantly higher performance in single-precision computing than that of double precision. Hence, it is important to take a maximal advantage of the single precision in the CG inverter, using the mixed precision method. We have implemented mixed precision algorithm to our multi GPU conjugate gradient solver. The single precision calculation use half of the memory that is used by the double precision calculation, which allows twice faster data transfer in memory I/O. In addition, the speed of floating point calculations is 8 times faster in single precision than in double precision. The overall performance of our CUDA code for CG is 145 giga flops per GPU (GTX480), which does not include the infiniband network communication. If we include the infiniband communication, the overall performance is 36 giga flops per GPU (GTX480).

Keywords

Cite

@article{arxiv.1111.0125,
  title  = {Multi GPU Performance of Conjugate Gradient Solver with Staggered Fermions in Mixed Precision},
  author = {Yong-Chull Jang and Hyung-Jin Kim and Weonjong Lee},
  journal= {arXiv preprint arXiv:1111.0125},
  year   = {2011}
}

Comments

7 pages, Lattice 2011 proceeding

R2 v1 2026-06-21T19:28:56.596Z