@@ -1206,17 +1206,17 @@ end
1206
1206
# Fallback init_cacheval for extension-based algorithms when extensions aren't loaded
1207
1207
# These return nothing since the actual implementations are in the extensions
1208
1208
function init_cacheval (:: BLISLUFactorization , A, b, u, Pl, Pr,
1209
- maxiters:: Int , abstol, reltol, verbose:: Bool , assumptions:: OperatorAssumptions )
1209
+ maxiters:: Int , abstol, reltol, verbose:: LinearVerbosity , assumptions:: OperatorAssumptions )
1210
1210
nothing
1211
1211
end
1212
1212
1213
1213
function init_cacheval (:: CudaOffloadLUFactorization , A, b, u, Pl, Pr,
1214
- maxiters:: Int , abstol, reltol, verbose:: Bool , assumptions:: OperatorAssumptions )
1214
+ maxiters:: Int , abstol, reltol, verbose:: LinearVerbosity , assumptions:: OperatorAssumptions )
1215
1215
nothing
1216
1216
end
1217
1217
1218
1218
function init_cacheval (:: MetalLUFactorization , A, b, u, Pl, Pr,
1219
- maxiters:: Int , abstol, reltol, verbose:: Bool , assumptions:: OperatorAssumptions )
1219
+ maxiters:: Int , abstol, reltol, verbose:: LinearVerbosity , assumptions:: OperatorAssumptions )
1220
1220
nothing
1221
1221
end
1222
1222
0 commit comments