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
A workaround for making the tiled image processing work is to call this line which will deactivate asynchronous execution of OpenCL kernels:
cle.set_wait_for_kernel_finish(True)
I'm not sure if fixing this is easily possible. It might be easier to suggest users to do parallel computing with separate OpenCL-contexts. See also related: #129
CC @StRigaud (no action item here Stephane, just to let you know)