Cytnx
Cytnx copied to clipboard
cuSolver QR
We can add internals for cusolverDnQ from Householder vectors.
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.