I get the following error when requiring uncomplicate.clojurecl:
Could not locate uncomplicate/clojurecl/opencl__init.class, uncomplicate/clojurecl/opencl.clj or uncomplicate/clojurecl/opencl.cljc on classpath.
I have the following in my deps file:
uncomplicate/clojurecl {:mvn/version "0.14.0"}
If you share the project you're trying to run on GitHub, I might be able to try it. Or, try Neanderthal's hello world, https://github.com/uncomplicate/neanderthal/tree/master/examples/hello-world, or see how neanderthal uses clojurecl https://github.com/uncomplicate/neanderthal/blob/master/project.clj.
oh nevermind, I had a typo in the namespace!
it works fine