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
The current interface doesn't support initial guesses because of a sign convention difference between MILC and QUDA. The fix is flipping the sign on an initial guess before handing it in (this is what's done on the result); since MG is generally quick enough on its own I left out the overhead of the sign flip.
This is nonetheless easy enough to fix; I want to fix it more performantly by flipping the sign on the device as opposed to the host, which is just some plumbing work. This issue is a reminder-to-self.