-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
UnsatisfiedLinkError: com.apple.opencl #861
Comments
Without further investigation, it may just seem that Apple removed OpenCL from the OS. Many discussions online, such as this one: https://discussions.apple.com/thread/254008829 Maybe it's possible to provide an implementation on top of Metal, similar to MoltenVK for Vulkan. |
Yes, OpenCL, as well as OpenGL have been deprecated since 10.14, but so far, they haven't removed them from the OS. OpenGL, at least, continues to work. We're hoping that there is a relatively easy workaround (install old library, etc.). |
So you have confirmed that the OpenCL library actually is present on your machine? If it's still there, has its path or name changed? |
We're comparing our Ventura Macs (which don't work) with older OS versions (which to work). Will let you know what we find, but I suspect that a library is missing. |
Thank you @scootermorris, this will be fixed in the next snapshot. The problem was that |
Version
3.3.1
Platform
macOS arm64
JDK
Temurin-17.0.4.1+1
Module
OpenCL
Bug description
In the most recent versions of MacOS (13.1) our application has been failing to initialize OpenCL with a backtrace failing to find com.apple.opencl.
Stacktrace or crash log output
The text was updated successfully, but these errors were encountered: