@inproceedings{37f0a5de1683472dad5ccf419bc1f019,
title = "CAMPARY: Cuda multiple precision arithmetic library and applications",
abstract = "Many scientific computing applications demand massive numerical computations on parallel architectures such as Graphics Processing Units (GPUs). Usually, either floating-point single or double precision arithmetic is used. Higher precision is generally not available in hardware, and software extended precision libraries are much slower and rarely supported on GPUs. We develop CAMPARY: a multipleprecision arithmetic library, using the CUDA programming language for the NVidia GPU platform. In our approach, the precision is extended by representing real numbers as the unevaluated sum of several standard machine precision floating-point numbers.We make use of error-free transforms algorithms, which are based only on native precision operations, but keep track of all rounding errors that occur when performing a sequence of additions and multiplications. This offers the simplicity of using hardware highly optimized floating-point operations, while also allowing for rigorously proven rounding error bounds. This also allows for easy implementation of an interval arithmetic. Currently, all basic multiple-precision arithmetic operations are supported. Our target applications are in chaotic dynamical systems or automatic control.",
keywords = "Dynamical systems, Error-free transform, Floating-point arithmetic, Floating-point expansions, GPGPU computing, H{\'e}non map, semi-definite programming, Multiple precision library",
author = "Mioara Joldes and Muller, {Jean Michel} and Valentina Popescu and Warwick Tucker",
year = "2016",
month = jan,
day = "1",
doi = "10.1007/978-3-319-42432-3_29",
language = "English",
isbn = "9783319424316",
volume = "9725",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer-Verlag London Ltd.",
pages = "232--240",
editor = "Gert-Martin Greuel and Andrew Sommese and Thorsten Koch and Peter Paule",
booktitle = "Mathematical Software – ICMS 2016",
address = "Germany",
note = "5th International Conference on Mathematical Software, ICMS 2016 ; Conference date: 11-07-2016 Through 14-07-2016",
}