I realize this is a broad question, but, trying to use the opencl functions in neanderthal + clojurecl and I am getting this error when trying to initialize opencl:
(opencl/set-default-1!)
Execution error (ExceptionInfo) at uncomplicate.clojurecl.internal.utils/error (utils.clj:41).
OpenCL error: CL_PLATFORM_NOT_FOUND_KHR.
I'm running ubuntu 24.04 LTS. I'm assuming there is some package I need to install, but not sure where to start.