GPU’s for event reconstruction in the FairRoot framework
Planckstr.1, 64291 Darmstadt, Germany
Journal of Physics Conference Series, Vol. 219, No. 4. (April 2010)
@conference{al2010gpu,
title={GPU’s for event reconstruction in the FairRoot framework},
author={Al-Turany, M. and Uhlig, F. and Karabowicz, R.},
booktitle={Journal of Physics: Conference Series},
volume={219},
pages={042001},
year={2010},
organization={IOP Publishing}
}
FairRoot is the simulation and analysis framework used by CBM and PANDA experiments at FAIR/GSI. The use of graphics processor units (GPUs) for event reconstruction in FairRoot will be presented. The fact that CUDA (Nvidia’s Compute Unified Device Architecture) development tools work alongside the conventional C/C++ compiler, makes it possible to mix GPU code with general-purpose code for the host CPU, based on this some of the reconstruction tasks can be send to the graphic cards. Moreover, tasks that run on the GPU’s can also run in emulation mode on the host CPU, which has the advantage that the same code is used on both CPU and GPU.
November 5, 2010 by hgpu