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
Hello!
I think this straightforward port to parallel implementation is not correct.
Because (x, y) patch must be computed from (x+dir, y+dir) patches that already processed.
But in your code I cannot find any synchronizations.