Proceedings of 2nd Workshop on General Purpose Processing on Graphics Processing Units 2009
DOI: 10.1145/1513895.1513904
|View full text |Cite
|
Sign up to set email alerts
|

QR decomposition on GPUs

Abstract: QR decomposition is a computationally intensive linear algebra operation that factors a matrix A into the product of a unitary matrix Q and upper triangular matrix R. Adaptive systems commonly employ QR decomposition to solve overdetermined least squares problems. Performance of QR decomposition is typically the crucial factor limiting problem sizes.Graphics Processing Units (GPUs) are high-performance processors capable of executing hundreds of floating point operations in parallel. As commodity accelerators … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
18
0

Year Published

2010
2010
2024
2024

Publication Types

Select...
6
4

Relationship

0
10

Authors

Journals

citations
Cited by 48 publications
(18 citation statements)
references
References 5 publications
0
18
0
Order By: Relevance
“…This algorithm has O(n 3 ) complexity. For more details, we refer the interested reader to the comprehensive overview by Kerr et al [13]. Note that the block Householder algorithm utilizes the house() function, shown in Algorithm 2.…”
Section: Block Householder Qrmentioning
confidence: 99%
“…This algorithm has O(n 3 ) complexity. For more details, we refer the interested reader to the comprehensive overview by Kerr et al [13]. Note that the block Householder algorithm utilizes the house() function, shown in Algorithm 2.…”
Section: Block Householder Qrmentioning
confidence: 99%
“…The details of multi-core, multi-GPU QR factorization scheduling are discussed in [3]. A solution for QR factorization that can be entirely run on the GPU is presented in [7]. For LU factorization on GPUs, a technique to reduce matrix decomposition and row operations to a series of rasterization problems is used [8].…”
Section: Related Workmentioning
confidence: 99%
“…A solution for QR factorization that can be entirely run on the GPU is presented in [71]. For LU factorization on GPUs, a technique to reduce matrix decomposition and row operations to a series of rasterization problems is used [44].…”
Section: A1 Related Workmentioning
confidence: 99%