This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-09
Channels
- # announcements (20)
- # beginners (115)
- # calva (2)
- # clj-kondo (1)
- # clojure (48)
- # clojure-uk (21)
- # clojurescript (20)
- # css (1)
- # cursive (3)
- # datascript (11)
- # datomic (6)
- # duct (26)
- # emacs (5)
- # funcool (6)
- # off-topic (45)
- # perun (1)
- # precept (4)
- # quil (2)
- # re-frame (1)
- # shadow-cljs (251)
- # tools-deps (27)
- # uncomplicate (9)
cuda: nvidia gpu. mkl: intel & amd cpu. opencl: intel & amd cpu, intel & amd gpu.
@blueberry will your books ever be released without the need to subscribe?
i tried to execute the code from: https://dragan.rocks/articles/18/Neanderthal-vs-ND4J-vol5
_*#RealBlockVector[float, n:10, offset: 0, stride:1]*_ _*[ 0.36 0.40 0.11 ⋯ 0.44 0.39 ]*_ _*Execution error (IllegalAccessError) at uncomplicate.commons.core/eval33105$fn (core.clj:69).*_ _*class uncomplicate.commons.core$eval33105$fn__33106 (in unnamed module @0x764af06a) cannot access class jdk.internal.ref.Cleaner (in module java.base) because module java.base does not export jdk.internal.ref to unnamed module @0x764af06a*_
@veix.q5 you need to either enable this JVM option:
:jvm-opts ^:replace ["--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED"]
if you on Java 9+, or use Java 8.
See https://github.com/uncomplicate/neanderthal/blob/master/examples/hello-world/project.clj
Regarding the books: Version 1.0.0 will be available for purchase (through a special Patreon tier subscription that you can cancel as soon as you download the book).