Floating-point arithmetic is notoriously non-associative due to the limited precision representation which demands intermediate values be rounded to fit in the available precision. The resulting cyclic dependency in floating-point accumulation inhibits parallelization of the computation, including efficient use of pipelining. In practice, however, we observe that floating-point operations are "mostly" associative. This observation can be exploited to parallelize floating-point accumulation using a form of optimistic concurrency. In this scheme, we first compute an optimistic associative approximation to the sum and then relax the computation by iteratively propagating errors until the correct sum is obtained. We map this computation to ...
International audienceGPUs are an important hardware development platform for problems where massive...
The set-wise summation operation is perhaps one of the most fundamental and widely used operations i...
Thesis (M.Eng.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer...
Floating-point arithmetic is notoriously non-associative due to the limited precision representatio...
Abstract—Floating-point arithmetic is notoriously non-associative due to the limited precision repre...
International audienceFloating-point (FP) addition is non-associative and parallel reduction involvi...
The world depends on computers every day to do accurate real-world mathematics. Computers must store...
On modern multi-core, many-core, and heterogeneous architectures, floating-point computations, espec...
Nowadays, parallel computing is ubiquitous in several application fields, both in engineering and sc...
National audienceOn modern multi-core, many-core, and heterogeneous architectures, floating-point co...
The problem of exactly summing n floating-point numbers is a fundamental problem that has many appli...
International audienceFloating-point additions in concurrent execution environment are known to be h...
International audienceFloating-point operators on FPGAs do not have to be identical to the ones avai...
International audienceGPUs are an important hardware development platform for problems where massive...
The set-wise summation operation is perhaps one of the most fundamental and widely used operations i...
Thesis (M.Eng.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer...
Floating-point arithmetic is notoriously non-associative due to the limited precision representatio...
Abstract—Floating-point arithmetic is notoriously non-associative due to the limited precision repre...
International audienceFloating-point (FP) addition is non-associative and parallel reduction involvi...
The world depends on computers every day to do accurate real-world mathematics. Computers must store...
On modern multi-core, many-core, and heterogeneous architectures, floating-point computations, espec...
Nowadays, parallel computing is ubiquitous in several application fields, both in engineering and sc...
National audienceOn modern multi-core, many-core, and heterogeneous architectures, floating-point co...
The problem of exactly summing n floating-point numbers is a fundamental problem that has many appli...
International audienceFloating-point additions in concurrent execution environment are known to be h...
International audienceFloating-point operators on FPGAs do not have to be identical to the ones avai...
International audienceGPUs are an important hardware development platform for problems where massive...
The set-wise summation operation is perhaps one of the most fundamental and widely used operations i...
Thesis (M.Eng.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer...