Fixed-Posit: A Floating-Point Representation for Error-Resilient Applications
Varun Gohil, Sumit Walia, Joycee Mekie, Manu Awasthi

TL;DR
This paper introduces fixed-posit, a simplified floating-point representation with fixed regime and exponent bits, offering significant power, area, and delay savings with minimal accuracy loss in error-resilient and neural network applications.
Contribution
It proposes fixed-posit as a new floating-point format with fixed parameters, and designs a fixed-posit multiplier demonstrating substantial efficiency improvements.
Findings
47% power savings over posit multipliers
Up to 70% power savings over IEEE-754 multipliers
Minimal accuracy loss in neural network applications
Abstract
Today, almost all computer systems use IEEE-754 floating point to represent real numbers. Recently, posit was proposed as an alternative to IEEE-754 floating point as it has better accuracy and a larger dynamic range. The configurable nature of posit, with varying number of regime and exponent bits, has acted as a deterrent to its adoption. To overcome this shortcoming, we propose fixed-posit representation where the number of regime and exponent bits are fixed, and present the design of a fixed-posit multiplier. We evaluate the fixed-posit multiplier on error-resilient applications of AxBench and OpenBLAS benchmarks as well as neural networks. The proposed fixed-posit multiplier has 47%, 38.5%, 22% savings for power, area and delay respectively when compared to posit multipliers and up to 70%, 66%, 26% savings in power, area and delay respectively when compared to 32-bit IEEE-754…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNumerical Methods and Algorithms · Low-power high-performance VLSI design · Ferroelectric and Negative Capacitance Devices
