This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-05-10
Channels
- # admin-announcements (4)
- # aleph (1)
- # beginners (29)
- # boot (112)
- # braveandtrue (1)
- # cider (44)
- # cljs-site (1)
- # cljsjs (2)
- # cljsrn (1)
- # clojure (46)
- # clojure-gamedev (3)
- # clojure-germany (1)
- # clojure-nl (1)
- # clojure-norway (1)
- # clojure-russia (20)
- # clojure-sg (2)
- # clojure-uk (14)
- # clojurescript (228)
- # cursive (41)
- # datascript (5)
- # datomic (17)
- # editors-rus (48)
- # emacs (3)
- # flambo (1)
- # hoplon (9)
- # jobs (2)
- # kekkonen (1)
- # lein-figwheel (1)
- # luminus (5)
- # mount (11)
- # nrepl (3)
- # off-topic (7)
- # om (12)
- # onyx (139)
- # other-languages (54)
- # planck (1)
- # proton (17)
- # re-frame (37)
- # remote-jobs (1)
- # rethinkdb (9)
- # ring (2)
- # ring-swagger (6)
- # test-check (1)
- # uncomplicate (8)
- # untangled (2)
hey @blueberry , might I ask you how is it possible for neanderthal to be so much faster than the equivalent JBLAS? I mean they use the same ATLAS technology on the background right? then what makes them so different? o.O
But I don't - I just researched in detail various aspects of calling native libraries and working with them. Also wrote by hand some things that people usually use a (bad) code generator for.
@blueberry well my deepest congratulations to the chef 😉 very tasty !! I thought that pure Java was as fast as Clojure could get but I realize that I was gracefully wrong 😄
@carocad Thanks. One delicious course that might also be to your liking is that the next release (probably in a week or two) comes with a GPU engine that works on all major GPUs (AMD, Nvidia, Intel, AND Mac) and is more than 1000x faster than *optimized* java for large matrix multiplication.
@blueberry wow !! awesome. Just out of curiosity: are you planning to support the core.matrix API?