We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0ecf1 commit 6cbe0f2Copy full SHA for 6cbe0f2
ext/LinearSolveCUDAExt.jl
@@ -6,7 +6,7 @@ using SciMLBase: AbstractSciMLOperator
6
function SciMLBase.solve!(cache::LinearSolve.LinearCache, alg::CudaOffloadFactorization;
7
kwargs...)
8
if cache.isfresh
9
- fact = lu(CUDA.CuArray(cache.A))
+ fact = qr(CUDA.CuArray(cache.A))
10
cache.cacheval = fact
11
cache.isfresh = false
12
end
0 commit comments