-
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
ImportError: DLL load failed while importing _cl: The specified procedure could not be found. #55
Comments
Hi @JulesScholler , the error message looks similar the one in the trouble shooting section here. This happens when you installed pyopencl version "cl21" for using a GPU that only supports OpenCL 1.2 (that's true for many NVidia cards). Try installing a different pyopencl with version "cl12". Let us know if this helps! Cheers, |
Sorry for my silly issue I focussed on 2020.1 (now it's 2020.3) rather than cl 12 (as opposed to cl21). With OpenCL 1.2 it works like a charm! Thanks @haesleinhuepf |
Hi @haesleinhuepf , |
Hi Rafa @CamachoDejay , can you please try to update your GPU driver? I assume you're working with an NVidia card? Let me know if this helps! Best, |
Hej Robert @haesleinhuepf, Saludos, |
HI @haesleinhuepf, I have a Quadro A4000, but it's not detected. I don't see a reference to this behavior, and how to change it.
How can I change the selected card? [EDIT]:
Thanks, |
I got this error when trying to use Clesperanto on a workstation. I created the conda env by generating a environment.yml from my laptop where CLE works great. I tried installing pyopencl 2020.1 as indicated but still got the error.
The text was updated successfully, but these errors were encountered: