Fork me on GitHub
#uncomplicate
<
2020-02-11
>
quadron14:02:08

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

blueberry14:02:50

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.

quadron15:02:56

oh nevermind, I had a typo in the namespace!

quadron15:02:08

it works fine