Precimonious: tuning assistant for floating-point precision

  • Authors:
  • Cindy Rubio-González;Cuong Nguyen;Hong Diep Nguyen;James Demmel;William Kahan;Koushik Sen;David H. Bailey;Costin Iancu;David Hough

  • Affiliations:
  • UC Berkeley;UC Berkeley;UC Berkeley;UC Berkeley;UC Berkeley;UC Berkeley;Lawrence Berkeley National Laboratory;Lawrence Berkeley National Laboratory;Oracle Corporation

  • Venue:
  • SC '13 Proceedings of the International Conference on High Performance Computing, Networking, Storage and Analysis
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Given the variety of numerical errors that can occur, floating-point programs are difficult to write, test and debug. One common practice employed by developers without an advanced background in numerical analysis is using the highest available precision. While more robust, this can degrade program performance significantly. In this paper we present Precimonious, a dynamic program analysis tool to assist developers in tuning the precision of floating-point programs. Precimonious performs a search on the types of the floating-point program variables trying to lower their precision subject to accuracy constraints and performance goals. Our tool recommends a type instantiation that uses lower precision while producing an accurate enough answer without causing exceptions. We evaluate Precimonious on several widely used functions from the GNU Scientific Library, two NAS Parallel Benchmarks, and three other numerical programs. For most of the programs analyzed, Precimonious reduces precision, which results in performance improvements as high as 41%.