Algorithm 1022: Efficient Algorithms for Computing a Rank-Revealing UTV Factorization on Parallel Computing Architectures
Algorithm 1022: Efficient Algorithms for Computing a Rank-Revealing UTV Factorization on Parallel Computing Architectures
复制标题
算法 1022:在并行计算架构上计算显示排名的 UTV 分解的高效算法
DOI:
10.1145/3507466
复制
发表时间:
2022
影响因子:
2.7
通讯作者:
Martinsson, P. G.
中科院分区:
文献类型:
--
作者:
Heavner, N.;Igual, F. D.;Quintana-Ortí, G.;Martinsson, P. G.
Randomized singular value decomposition (RSVD) is by now a well-established technique for efficiently computing an approximate singular value decomposition of a matrix. Building on the ideas that underpin RSVD, the recently proposed algorithm “randUTV” computes afullfactorization of a given matrix that provides low-rank approximations with near-optimal error. Because the bulk ofrandUTVis cast in terms of communication-efficient operations such as matrix-matrix multiplication and unpivoted QR factorizations, it is faster than competing rank-revealing factorization methods such as column-pivoted QR in most high-performance computational settings. In this article, optimizedrandUTVimplementations are presented for both shared-memory and distributed-memory computing environments. For shared memory,randUTVis redesigned in terms of analgorithm-by-blocksthat, together with a runtime task scheduler, eliminates bottlenecks from data synchronization points to achieve acceleration over the standardblocked algorithmbased on a purely fork-join approach. The distributed-memory implementation is based on the ScaLAPACK library. The performance of our new codes compares favorably with competing factorizations available on both shared-memory and distributed-memory architectures.