IEEE Access (Jan 2014)

Implementation of a Thread-Parallel, GPU-Friendly Function Evaluation Library

  • Rolf E. Andreassen,
  • Weeraddana Manjula de Silva,
  • Brian T. Meadows,
  • Michael D. Sokoloff,
  • Karen A. Tomko

DOI
https://doi.org/10.1109/ACCESS.2014.2306895
Journal volume & issue
Vol. 2
pp. 160 – 176

Abstract

Read online

GooFit is a thread-parallel, GPU-friendly function evaluation library, nominally designed for use with the maximum likelihood fitting program MINUIT. In this use case, it provides highly parallel calculations of normalization intergrals and log (likelihood) sums. A key feature of the design is its use of the Thrust library to manage all parallel kernel launches. This allows GooFit to execute on any architecture for which Thrust has a backend, currently, including CUDA for nVidia GPUs and OpenMP for single- and multicore CPUs. Running on an nVidia C2050, GooFit executes 300 times more quickly for a complex high energy physics problem than does the prior (algorithmically equivalent) code running on a single CPU core. The design and implementation choices, discussed in detail, can help to guide developers of other highly parallel, compute-intensive libraries.

Keywords