@article{Gustafson_Yonemoto_2017, title={Beating Floating Point at its Own Game: Posit Arithmetic}, volume={4}, url={https://superfri.org/index.php/superfri/article/view/137}, DOI={10.14529/jsfi170206}, abstractNote={<div class="page" title="Page 1"><div class="layoutArea"><div class="column"><p><span>A new data type called a </span><span>posit </span><span>is designed as a direct drop-in replacement for IEEE Standard 754 floating-point numbers (floats). Unlike earlier forms of universal number (unum) arithmetic, posits do not require interval arithmetic or variable size operands; like floats, they round if an answer is inexact. However, they provide compelling advantages over floats, including larger dynamic range, higher accuracy, better closure, bitwise identical results across systems, simpler hardware, and simpler exception handling. Posits never overflow to infinity or underflow to zero, and “Not-a-Number” (NaN) indicates an action instead of a bit pattern. A posit processing unit takes less circuitry than an IEEE float FPU. With lower power use and smaller silicon footprint, the posit operations per second (POPS) supported by a chip can be significantly higher than the FLOPS using similar hardware resources. GPU accelerators and Deep Learning processors, in particular, can do more per watt and per dollar with posits, yet deliver superior answer quality. </span></p><p><span>A comprehensive series of benchmarks compares floats and posits for decimals of accuracy produced for a set precision. Low precision posits provide a better solution than “approximate computing” methods that try to tolerate decreased answer quality. High precision posits provide more correct decimals than floats of the same size; in some cases, </span><span>a 32-bit posit may safely replace a 64-bit float</span><span>. In other words, posits beat floats at their own game. </span></p></div></div></div>}, number={2}, journal={Supercomputing Frontiers and Innovations}, author={Gustafson, John L. and Yonemoto, Isaac T.}, year={2017}, month={Apr.}, pages={71–86} }