Clock Math – A System for Solving SLEs Exactly
Department of Computer Systems, Faculty of Information Technology, Czech Technical University in Prague, Czech republic
Acta Polytechnica 53(2), 70-74, 2013
In this paper, we present a GPU-accelerated hybrid system that solves ill-conditioned systems of linear equations exactly. Exactly means without rounding errors due to using integer arithmetics. First, we scale floating-point numbers up to integers, then we solve dozens of SLEs within different modular arithmetics and then we assemble sub-solutions back using the Chinese remainder theorem. This approach effectively bypasses current CPU floating-point limitations. The system is capable of solving Hilbert’s matrix without losing a single bit of precision, and with a significant speedup compared to existing CPU solvers.
October 5, 2013 by hgpu