中文
相关论文

相关论文: Easy Accurate Reading and Writing of Floating-Poin…

200 篇论文

FP8 is a natural progression for accelerating deep learning training inference beyond the 16-bit formats common in modern processors. In this paper we propose an 8-bit floating point (FP8) binary interchange format consisting of two…

Probabilistic model checking computes probabilities and expected values related to designated behaviours of interest in Markov models. As a formal verification approach, it is applied to critical systems; thus we trust that probabilistic…

计算机科学中的逻辑 · 计算机科学 2021-10-19 Arnd Hartmanns

The typical processors used for scientific computing have fixed-width data-paths. This implies that mathematical libraries were specifically developed to target each of these fixed precisions (binary16, binary32, binary64). However, to…

数学软件 · 计算机科学 2020-05-07 David Defour , Pablo de Oliveira Castro , Matei Istoan , Eric Petit

Sometimes it is necessary to obtain a numerical integration using only discretised data. In some cases, the data contains singularities which position is known but does not coincide with a discretisation point, and the jumps in the function…

数值分析 · 数学 2022-09-09 Sergio Amat , Zhilin Li , Juan Ruiz-Alvarez , Concepcion Solano , Juan C. Trillo

Solving linear systems is a ubiquitous task in science and engineering. Because directly inverting a large-scale linear system can be computationally expensive, iterative algorithms are often used to numerically find the inverse. To…

数值分析 · 数学 2021-07-20 Zheyuan Zhu , Andrew B. Klein , Guifang Li , Shuo Pang

This paper introduces a machine learning approach to take a nonlinear differential-equation model that exhibits qualitative agreement with a physical experiment over a range of parameter values and produce a hybrid model that also exhibits…

动力系统 · 数学 2022-08-24 K. H. Lee , D. A. W. Barton , L. Renson

Customizing the precision of data can provide attractive trade-offs between accuracy and hardware resources. We propose a novel form of vector computing aimed at arrays of custom-precision floating point data. We represent these vectors in…

其他计算机科学 · 计算机科学 2016-02-16 Shixiong Xu , David Gregg

High confidence in floating-point programs requires proving numerical properties of final and intermediate values. One may need to guarantee that a value stays within some range, or that the error relative to some ideal value is well…

数值分析 · 计算机科学 2008-01-04 Florent De Dinechin , Christoph Quirin Lauter , Guillaume Melquiond

This paper presents bsort, a non-comparison-based sorting algorithm for signed and unsigned integers, and floating-point values. The algorithm unifies these cases through an approach derived from binary quicksort, achieving $O(wn)$ runtime…

数据结构与算法 · 计算机科学 2026-03-11 Benjamín Guzmán

The problem of exactly summing n floating-point numbers is a fundamental problem that has many applications in large-scale simulations and computational geometry. Unfortunately, due to the round-off error in standard floating-point…

数据结构与算法 · 计算机科学 2016-05-19 Michael T. Goodrich , Ahmed Eldawy

An efficient numerical algorithm for the computation of linking number is presented. The algorithm keep tracks or rounding error so that it can ensure the correctness of the results.

代数拓扑 · 数学 2020-01-01 Enrico Bertolazzi , Riccardo Ghiloni , Ruben Specogna

Given the importance of floating-point~(FP) performance in numerous domains, several new variants of FP and its alternatives have been proposed (e.g., Bfloat16, TensorFloat32, and Posits). These representations do not have correctly rounded…

数学软件 · 计算机科学 2020-11-23 Jay P. Lim , Mridul Aanjaneya , John Gustafson , Santosh Nagarakatte

Many modern search domains comprise high-dimensional vectors of floating point numbers derived from neural networks, in the form of embeddings. Typical embeddings range in size from hundreds to thousands of dimensions, making the size of…

机器学习 · 计算机科学 2025-06-03 Richard Connor , Alan Dearle , Ben Claydon

Weighted model counting computes the sum of the rational-valued weights associated with the satisfying assignments for a Boolean formula, where the weight of an assignment is given by the product of the weights assigned to the positive and…

数值分析 · 数学 2025-08-11 Randal E. Bryant

Recent advances have made numeric debugging tools much faster by using double-double oracles, and numeric analysis tools much more accurate by using condition numbers. But these techniques have downsides: double-double oracles have…

数值分析 · 数学 2026-03-26 Bhargav Kulkarni , Pavel Panchekha

The introduction of posit reopened the debate about the utility of IEEE754 in specific domains. In this context, we propose a high-level language (Scala) library that aims to reduce the effort of designing and testing new number…

数学软件 · 计算机科学 2023-10-17 Stefan-Dan Ciocirlan , Dumitrel Loghin

Unknown unitary inversion is a fundamental primitive in quantum computing and physics. Although recent work has demonstrated that quantum algorithms can invert arbitrary unknown unitaries without accessing their classical descriptions,…

量子物理 · 物理学 2025-06-26 Yin Mo , Tengxiang Lin , Xin Wang

We consider the prospect of a processor that can perform interval arithmetic at the same speed as conventional floating-point arithmetic. This makes it possible for all arithmetic to be performed with the superior security of interval…

数值分析 · 数学 2025-10-20 M. H. van Emden

Multiplication of n-digit integers by long multiplication requires O(n^2) operations and can be time-consuming. In 1970 A. Schoenhage and V. Strassen published an algorithm capable of performing the task with only O(n log(n)) arithmetic…

数值分析 · 计算机科学 2010-06-03 Thomas Steinke , Raazesh Sainudiin

Errors in floating-point programs can lead to severe consequences, particularly in critical domains such as military, aerospace, and financial systems, making their repair a crucial research problem. In practice, some errors can be fixed…

软件工程 · 计算机科学 2025-10-14 Youshuai Tan , Zishuo Ding , Jinfu Chen , Weiyi Shang