中文
相关论文

相关论文: An Energy-Efficient Approximate Posit Multiply-Div…

200 篇论文

Posit arithmetic has emerged as a promising alternative to IEEE 754 floating-point representation, offering enhanced accuracy and dynamic range. However, division operations in posit systems remain challenging due to their inherent hardware…

硬件体系结构 · 计算机科学 2025-11-05 Raul Murillo , Julio Villalba-Moreno , Alberto A. Del Barrio , Guillermo Botella

The division operation is important for many areas of data processing. Especially considering today's demand for hardware accelerators for machine learning algorithms, there is a high demand for an efficient calculation of the division…

信号处理 · 电气工程与系统科学 2022-09-12 Michael Lunglmayr

Division algorithms have been developed to reduce latency and to improve the efficiency of the processors. Floating point division is considered as a high latency operation. This papers looks into one such division algorithm, examines the…

硬件体系结构 · 计算机科学 2019-09-24 Taposh Dutta Roy

The Posit Number System was introduced in 2017 as a replacement for floating-point numbers. Since then, the community has explored its application in Neural Network related tasks and produced some unit designs which are still far from being…

机器学习 · 计算机科学 2021-09-08 Raul Murillo , Alberto A. Del Barrio , Guillermo Botella , Min Soo Kim , HyunJin Kim , Nader Bagherzadeh

Floating point division, even though being an infrequent operation in the traditional sense, is indis- pensable when it comes to a range of non-traditional applications such as K-Means Clustering and QR Decomposition just to name a few. In…

硬件体系结构 · 计算机科学 2017-05-02 Riyansh K. Karani , Akash K. Rana , Dhruv H. Reshamwala , Kishore Saldanha

Posit has been a promising alternative to the IEEE-754 floating point format for deep learning applications due to its better trade-off between dynamic range and accuracy. However, hardware implementation of posit arithmetic requires…

硬件体系结构 · 计算机科学 2023-07-27 Qiong Li , Chao Fang , Zhongfeng Wang

In this paper, we propose a mixed-precision convolution unit architecture which supports different integer and floating point (FP) precisions. The proposed architecture is based on low-bit inner product units and realizes higher precision…

硬件体系结构 · 计算机科学 2021-01-29 Hamzah Abdel-Aziz , Ali Shafiee , Jong Hoon Shin , Ardavan Pedram , Joseph H. Hassoun

Statistical computations are becoming increasingly important. These computations often need to be performed in log-space because probabilities become extremely small due to repeated multiplications. While using logarithms effectively…

数值分析 · 数学 2025-09-16 Tiancheng Xu , Alan L. Cox , Scott Rixner

Motivated by the increasing interest in the posit numeric format, in this paper we evaluate the accuracy and efficiency of posit arithmetic in contrast to the traditional IEEE 754 32-bit floating-point (FP32) arithmetic. We first design and…

硬件体系结构 · 计算机科学 2021-09-20 Stefan Dan Ciocirlan , Dumitrel Loghin , Lavanya Ramapantulu , Nicolae Tapus , Yong Meng Teo

Edge-AI applications still face considerable challenges in enhancing computational efficiency in resource-constrained environments. This work presents RAMAN, a resource-efficient and approximate posit(8,2)-based Multiply-Accumulate (MAC)…

硬件体系结构 · 计算机科学 2025-10-28 Mohd Faisal Khan , Mukul Lokhande , Santosh Kumar Vishvakarma

The rapid updates in error-resilient applications along with their quest for high throughput have motivated designing fast approximate functional units for Field-Programmable Gate Arrays (FPGAs). Studies that proposed imprecise functional…

硬件体系结构 · 计算机科学 2022-06-29 Zahra Ebrahimi , Muhammad Zaid , Mark Wijtvliet , Akash Kumar

This paper presents a novel approach for performing computations using Look-Up Tables (LUTs) tailored specifically for Compute-in-Memory applications. The aim is to address the scalability challenges associated with LUT-based computation by…

硬件体系结构 · 计算机科学 2023-11-20 Peyman Dehghanzadeh , Baibhab Chatterjee , Swarup Bhunia

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…

硬件体系结构 · 计算机科学 2021-04-13 Varun Gohil , Sumit Walia , Joycee Mekie , Manu Awasthi

With the rapid development of edge computing, artificial intelligence and other fields, the accuracy and efficiency of floating-point computing have become increasingly crucial. However, the traditional IEEE 754 floating-point system faces…

分布式、并行与集群计算 · 计算机科学 2025-03-04 Xinyu Wu , Yaobin Wang , Tianyi Zhao , Jiawei Qin , Zhu Liang , Jie Fu

Large neural networks spend most computation on floating point tensor multiplications. In this work, we find that a floating point multiplier can be approximated by one integer adder with high precision. We propose the linear-complexity…

计算与语言 · 计算机科学 2024-10-03 Hongyin Luo , Wei Sun

This research investigates using a mixed-precision iterative refinement method using posit numbers instead of the standard IEEE floating-point format. The method is applied to solve a general linear system represented by the equation $Ax =…

数值分析 · 数学 2024-08-28 James Quinlan , E. Theodore L. Omtzigt

This paper presents a variable bit-width fixed-point fast divider using Goldschmidt division algorithm and Mitchell multiplication algorithm. Described using Verilog HDL and implemented on a Xilinx XC7Z020-2CLG400I FPGA, the proposed…

信号处理 · 电气工程与系统科学 2025-08-22 Jinkun Yang

The accuracy requirements in many scientific computing workloads result in the use of double-precision floating-point arithmetic in the execution kernels. Nevertheless, emerging real-number representations, such as posit arithmetic, show…

硬件体系结构 · 计算机科学 2024-03-15 David Mallasén , Alberto A. Del Barrio , Manuel Prieto-Matias

Multiplication is a core operation in modern neural network (NN) computations, contributing significantly to energy consumption. The linear-complexity multiplication (L-Mul) algorithm is specifically proposed as an approximate…

硬件体系结构 · 计算机科学 2024-12-30 Ruiqi Chen , Yangxintong Lyu , Han Bao , Bruno da Silva

The most widely used algorithm for floating point complex division, known as Smith's method, may fail more often than expected. This document presents two improved complex division algorithms. We present a proof of the robustness of the…

数学软件 · 计算机科学 2012-10-18 Michael Baudin , Robert L. Smith
‹ 上一页 1 2 3 10 下一页 ›