Finding Root Causes of Floating Point Error

被引:0
|
作者
Sanchez-Stern, Alex [1 ]
Panchekha, Pavel [2 ]
Lerner, Sorin [1 ]
Tatlock, Zachary [2 ]
机构
[1] Univ Calif San Diego, La Jolla, CA USA
[2] Univ Washington, Seattle, WA USA
关键词
floating point; debugging; dynamic analysis;
D O I
暂无
中图分类号
TP31 [计算机软件];
学科分类号
081202 ; 0835 ;
摘要
Floating-point arithmetic plays a central role in science, engineering, and finance by enabling developers to approximate real arithmetic. To address numerical issues in large floating-point applications, developers must identify root causes, which is difficult because floating-point errors are generally non-local, non-compositional, and non-uniform. This paper presents Herbgrind, a tool to help developers identify and address root causes in numerical code written in low-level languages like C/C++ and Fortran. Herbgrind dynamically tracks dependencies between operations and program outputs to avoid false positives and abstracts erroneous computations to simplified program fragments whose improvement can reduce output error. We perform several case studies applying Herbgrind to large, expert-crafted numerical programs and show that it scales to applications spanning hundreds of thousands of lines, correctly handling the low-level details of modern floating point hardware and mathematical libraries and tracking error across function boundaries and through the heap.
引用
下载
收藏
页码:256 / 269
页数:14
相关论文
共 50 条