Skip to content

Commit

Permalink
Fix extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed May 18, 2022
1 parent 40f908f commit 4fac168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LinearSolveCUDA/src/LinearSolveCUDA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function SciMLBase.solve(cache::LinearSolve.LinearCache, alg::CudaOffloadFactori
SciMLBase.build_linear_solution(alg, y, nothing, cache)
end

function do_factorization(alg::CudaOffloadFactorization, A, b, u)
function LinearSolve.do_factorization(alg::CudaOffloadFactorization, A, b, u)
A isa Union{AbstractMatrix,AbstractDiffEqOperator} ||
error("LU is not defined for $(typeof(A))")

Expand Down

0 comments on commit 4fac168

Please sign in to comment.