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 5455c12 commit e593c20Copy full SHA for e593c20
ext/LinearSolveCUDAExt.jl
@@ -19,7 +19,7 @@ end
19
function LinearSolve.init_cacheval(alg::CudaOffloadFactorization, A, b, u, Pl, Pr,
20
maxiters::Int, abstol, reltol, verbose::Bool,
21
assumptions::OperatorAssumptions)
22
- ArrayInterface.lu_instance(CUDA.CuArray(A))
+ ArrayInterface.qr_instance(CUDA.CuArray(A))
23
end
24
25
0 commit comments