Skip to content

Commit

Permalink
qr in build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Oct 5, 2023
1 parent e593c20 commit 21d1b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/LinearSolveCUDAExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end
function LinearSolve.init_cacheval(alg::CudaOffloadFactorization, A, b, u, Pl, Pr,
maxiters::Int, abstol, reltol, verbose::Bool,
assumptions::OperatorAssumptions)
ArrayInterface.qr_instance(CUDA.CuArray(A))
qr(CUDA.CuArray(A))
end

end

0 comments on commit 21d1b0a

Please sign in to comment.