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
Hi @vpuri3!
If y is a matrix, it's recommended to use a Block-Krylov method.
The issue is that we need to solve a K x K dense linear system at each iteration and I don't know how to support GPUs for this step with a generic implementation.
If I find a neat way to do that, I will add block-CG and block-GMRES.
I want to solve
Ax = y
forK
unique RHSs. Wondering if I can stack them in a matrix and solveA * X = Y
whereX, Y
areN x K
matrices?The text was updated successfully, but these errors were encountered: