You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should use as the default linear solver KLU and CUSOLVERRF (CUDA) as @frapac has shown these are the fastest for CPU and CUDA. We should maybe also remove the handwritten BICGSTABs. Block-GMRES should also be moved out to Krylov.jl.
The text was updated successfully, but these errors were encountered:
We should use as the default linear solver KLU and CUSOLVERRF (CUDA) as @frapac has shown these are the fastest for CPU and CUDA. We should maybe also remove the handwritten BICGSTABs. Block-GMRES should also be moved out to
Krylov.jl
.The text was updated successfully, but these errors were encountered: