Cytnx icon indicating copy to clipboard operation
Cytnx copied to clipboard

cuSolver QR

Open j9263178 opened this issue 2 years ago • 1 comments

We can add internals for cusolverDngeqrf() (or cusolverDnXgeqrf()), within it we might need cusolverDnorgqr() to generate Q from Householder vectors.

j9263178 avatar Sep 09 '23 12:09 j9263178

cuSolver uses column major so we always need to do some transpose to get the desired result with cusolverDngeqrf() and cusolverDnorgqr(), maybe it is better we use Xgelqf and Xorglq when those are supported by cuSolver in the future.

j9263178 avatar Sep 16 '23 18:09 j9263178