-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
median_sphere filter fails on large images #316
Comments
Hi @sebherbert , how large is the large image? Best, |
The small image we tested is 378x363x77 in xyz and ~82 MB. Best, |
Hi Robert, Thanks for the fast follow-up! As @spherelife was saying the "large" image 1536x1536x134 (16bits if I recall correctly) so nothing completely crazy :) I guess we could try with intermediate image size if it makes sense? Best, |
Hi @sebherbert and @spherelife , if you work on a Windows machine, can you try the solution proposed here and extend the kernel timeout in the registry? Let me know if this helps! Best, |
Hi @haesleinhuepf, Thanks for the reply and sorry it took us a while to come back to you, Thanks again for the support, Best, |
I just wanted to comment in cased anyone else comes across this issue and is looking for assistance besides 'better GPU'. Anyways, I added to the registry (previously no key existed).
in Powershell with
and am now getting no error on the workstation GPU. I have had other workflows in the past with much larger images that also have CL_MEM_OBJECT_ALLOCATION_FAILURE and will report back if it also helps. |
Hi all,
@spherelife and I are having issues running the pyclesperanto_prototype.median_sphere filter. the same kernel size (6,6,2) works on a small image but not on a larger image.
Error:
RuntimeError: clEnqueueReadBuffer failed: OUT_OF_RESOURCES
We can run a smaller kernel on the large image (2,2,2) for example, but not the 6,6,2 kernel.
Surprisingly, after failing in the large image, it also stops running on the small image either afterwards (same error) until we restart the kernel.
I was not expecting that the image size would play a large role in the processing but maybe I'm wrong and misunderstood something?
We are using a VM with an W10 machine and a shared NVIDIA RTXA6000-12Q.
I attach
Let me know if something else could be of use for you.
Thanks!
The text was updated successfully, but these errors were encountered: