Skip to content

Commit 6cbe0f2

Browse files
try qr
1 parent ee0ecf1 commit 6cbe0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LinearSolveCUDAExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using SciMLBase: AbstractSciMLOperator
66
function SciMLBase.solve!(cache::LinearSolve.LinearCache, alg::CudaOffloadFactorization;
77
kwargs...)
88
if cache.isfresh
9-
fact = lu(CUDA.CuArray(cache.A))
9+
fact = qr(CUDA.CuArray(cache.A))
1010
cache.cacheval = fact
1111
cache.isfresh = false
1212
end

0 commit comments

Comments
 (0)