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 e593c20 commit 21d1b0aCopy full SHA for 21d1b0a
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.qr_instance(CUDA.CuArray(A))
+ qr(CUDA.CuArray(A))
23
end
24
25
0 commit comments