This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-30
Channels
- # adventofcode (95)
- # announcements (17)
- # babashka (28)
- # beginners (107)
- # calva (34)
- # clj-kondo (7)
- # cljs-dev (20)
- # cljsrn (1)
- # clojure (95)
- # clojure-europe (41)
- # clojure-italy (3)
- # clojure-nl (5)
- # clojure-spec (7)
- # clojure-uk (4)
- # clojurescript (77)
- # cursive (7)
- # data-science (1)
- # datalog (4)
- # datomic (12)
- # events (3)
- # fulcro (32)
- # graalvm (2)
- # hugsql (19)
- # introduce-yourself (4)
- # jobs (2)
- # lsp (20)
- # membrane-term (19)
- # numerical-computing (1)
- # off-topic (8)
- # pathom (3)
- # polylith (17)
- # portal (42)
- # re-frame (7)
- # reagent (32)
- # remote-jobs (1)
- # shadow-cljs (86)
- # spacemacs (3)
- # tools-deps (52)
- # uncomplicate (1)
- # xtdb (23)
#numerical-computing
<
2021-11-30(This posted on uncomplicate channel as well).
I am trying uncomplicate/neanderthal to use my GPU, but keep getting a C_BUILD_PROGRAM_FAILURE when invoking neanderthal.opencl/clv
. I verified that neanderthal is loading. MacOS Catalina, openCL 1.2, Java8. I have MKL installed locally, and tried both org.bytedeco/mkl-..redist 2020.3-1.5.4 (as suggested on the site) and the local install (same result).
See attached files - thanks for any advice!