This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-19
Channels
- # adventofcode (82)
- # beginners (70)
- # boot (34)
- # boot-dev (13)
- # cider (45)
- # clara (4)
- # cljs-dev (3)
- # cljsrn (2)
- # clojure (91)
- # clojure-art (8)
- # clojure-czech (1)
- # clojure-dusseldorf (3)
- # clojure-france (11)
- # clojure-germany (1)
- # clojure-greece (39)
- # clojure-hamburg (1)
- # clojure-italy (24)
- # clojure-norway (2)
- # clojure-spec (7)
- # clojure-uk (31)
- # clojurescript (56)
- # core-async (7)
- # cursive (8)
- # data-science (10)
- # datomic (41)
- # duct (7)
- # emacs (1)
- # events (1)
- # fulcro (83)
- # graphql (6)
- # klipse (1)
- # leiningen (28)
- # lumo (67)
- # off-topic (14)
- # om (9)
- # onyx (3)
- # perun (4)
- # re-frame (22)
- # reagent (11)
- # ring-swagger (2)
- # rum (1)
- # specter (46)
- # sql (13)
- # uncomplicate (17)
- # unrepl (114)
1. Unhandled java.io.FileNotFoundException Could not locate uncomplicate/clojurecuda__init.class or uncomplicate/clojurecuda.clj on classpath.
however, I already ahve: [uncomplicate/neanderthal "0.17.2"] [uncomplicate/clojurecuda "0.2.0"] in my build.boot
what am I doing wrong? @blueberry
@qqq The 0.18.0 snapshot does support CUDA 9. For it to be released, someone needs to build JCuda for macOS. It is quite straigthforward, and it is the only thing that is holding JCuda 0.9.0 and Neanderhal 0.18.0.
I got JCuda working, but I couldn't get ClojureCuda working, so I'm going with JCuda for now.
I installed Cuda9 from http://nvidia.com I installed JCuda by accident via neanderthal/clojurecuda JCublas/init appears to be working (still convbeting over sgemm jcuda java code to clojure)
according to dpkg -l , cuda9 also installed cuda7 and cuda8, so maybe that's why it apperas to be working
it's entirely possible that jcuda 0.8.0 is calling the cuda8 that the cuda9 package also installed, but I don't know how to verify that
No need to verify: JCuda 0.8.0 does not support CUDA 9, and JCuda 0.9.0 has not yet been released to Clojars (due to the missing macOS build).