# High Performance Computing for gravitational lens modeling: single vs   double precision on GPUs and CPUs

**Authors:** Markus Rexroth, Christoph Sch\"afer, Gilles Fourestey, Jean-Paul Kneib

arXiv: 1902.03252 · 2019-02-12

## TL;DR

This paper demonstrates that using high performance computing techniques, including mixed precision algorithms, significantly accelerates gravitational lens modeling on CPUs and GPUs, reducing energy consumption and enabling cost-effective scientific analysis.

## Contribution

The authors develop a mixed precision algorithm for lens modeling that maintains accuracy while greatly improving performance on CPUs and GPUs, including consumer-grade GPUs.

## Key findings

- Speedup factors of up to 170 on CPU clusters.
- Energy consumption reduced by up to 98%.
- Consumer GPUs achieve near high-end GPU performance with mixed precision.

## Abstract

Strong gravitational lensing is a powerful probe of cosmology and the dark matter distribution. Efficient lensing software is already a necessity to fully use its potential and the performance demands will only increase with the upcoming generation of telescopes. In this paper, we study the possible impact of High Performance Computing techniques on a performance-critical part of the widely used lens modeling software LENSTOOL. We implement the algorithm once as a highly optimized CPU version and once with graphics card acceleration for a simple parametric lens model. In addition, we study the impact of finite machine precision on the lensing algorithm. While double precision is the default choice for scientific applications, we find that single precision can be sufficiently accurate for our purposes and lead to a big speedup. Therefore we develop and present a mixed precision algorithm which only uses double precision when necessary. We measure the performance of the different implementations and find that the use of High Performance Computing Techniques dramatically improves the code performance both on CPUs and GPUs. Compared to the current LENSTOOL implementation on 12 CPU cores, we obtain speedup factors of up to 170. We achieve this optimal performance by using our mixed precision algorithm on a high-end GPU which is common in modern supercomputers. We also show that these techniques reduce the energy consumption by up to 98%. Furthermore, we demonstrate that a highly competitive speedup can be reached with consumer GPUs. While they are an order of magnitude cheaper than the high-end graphics cards, they are rarely used for scientific computations due to their low double precision performance. Our mixed precision algorithm unlocks their full potential. The consumer GPU delivers a speedup which is only a factor of four lower than the best speedup achieved by a high-end GPU.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.03252/full.md

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1902.03252/full.md

## References

39 references — full list in the complete paper: https://tomesphere.com/paper/1902.03252/full.md

---
Source: https://tomesphere.com/paper/1902.03252