Skip to content

Commit 21d1b0a

Browse files
qr in build
1 parent e593c20 commit 21d1b0a

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
@@ -19,7 +19,7 @@ end
1919
function LinearSolve.init_cacheval(alg::CudaOffloadFactorization, A, b, u, Pl, Pr,
2020
maxiters::Int, abstol, reltol, verbose::Bool,
2121
assumptions::OperatorAssumptions)
22-
ArrayInterface.qr_instance(CUDA.CuArray(A))
22+
qr(CUDA.CuArray(A))
2323
end
2424

2525
end

0 commit comments

Comments
 (0)