Sciweavers

ARITH
2015
IEEE

Reproducible Tall-Skinny QR

8 years 12 days ago
Reproducible Tall-Skinny QR
—Reproducibility is the ability to obtain bitwise identical results from different runs of the same program on the same input data, regardless of the available computing resources, or how they are scheduled. Recently, techniques have been proposed to attain reproducibility for BLAS operations [1], [2], [5], all of which rely on reproducibly computing the floating-point sum and dot product. Nonetheless, a reproducible BLAS library does not automatically translate into a reproducible higher-level linear algebra library, especially when communication is optimized. For instance, for the QR factorization, conventional algorithms such as Householder transformation or Gram-Schmidt process can be used to reproducibly factorize a floating-point matrix by fixing the highlevel order of computation, for example column-by-column from left to right, and by using reproducible versions of level1 BLAS operations such as dot product and 2-norm. In a massively parallel environment, those algorithms ...
Hong Diep Nguyen, James Demmel
Added 16 Apr 2016
Updated 16 Apr 2016
Type Journal
Year 2015
Where ARITH
Authors Hong Diep Nguyen, James Demmel
Comments (0)