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 currently use cuBLAS's batched LU through a strided wrapper CUDA.jl provides. We need to write a strided wrapper for the batch Cholesky provided by cuSolver. This will greatly improve numerical stability and might help with performance.