Skip to content

Commit b2e1c3f

Browse files
Update src/factorization.jl
1 parent 4331d74 commit b2e1c3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/factorization.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,6 +1210,10 @@ function init_cacheval(::BLISLUFactorization, A, b, u, Pl, Pr,
12101210
nothing
12111211
end
12121212

1213+
function init_cacheval(::CudaOffloadLUFactorization, A, b, u, Pl, Pr,
1214+
maxiters::Int, abstol, reltol, verbose::LinearVerbosity, assumptions::OperatorAssumptions)
1215+
nothing
1216+
end
12131217

12141218
function init_cacheval(::MetalLUFactorization, A, b, u, Pl, Pr,
12151219
maxiters::Int, abstol, reltol, verbose::LinearVerbosity, assumptions::OperatorAssumptions)

0 commit comments

Comments
 (0)