uncomplicate

quadron 2020-02-11T14:34:08.015700Z

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"}

2020-02-11T14:54:50.018300Z

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.

quadron 2020-02-11T15:27:56.018800Z

oh nevermind, I had a typo in the namespace!

quadron 2020-02-11T15:28:08.019Z

it works fine