This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-26
Channels
- # aws (7)
- # beginners (109)
- # boot (5)
- # carry (2)
- # cider (25)
- # clara (6)
- # cljs-dev (86)
- # cljs-experience (19)
- # cljsrn (1)
- # clojure (183)
- # clojure-dev (7)
- # clojure-dusseldorf (7)
- # clojure-gamedev (2)
- # clojure-greece (32)
- # clojure-italy (2)
- # clojure-norway (1)
- # clojure-russia (228)
- # clojure-sg (3)
- # clojure-spec (38)
- # clojure-uk (104)
- # clojurebridge (1)
- # clojurescript (29)
- # community-development (9)
- # core-async (118)
- # core-matrix (20)
- # cursive (5)
- # datomic (140)
- # emacs (25)
- # figwheel (1)
- # hoplon (21)
- # jobs (4)
- # lein-figwheel (2)
- # luminus (10)
- # lumo (35)
- # off-topic (137)
- # om (31)
- # onyx (62)
- # pedestal (6)
- # reagent (25)
- # remote-jobs (1)
- # ring-swagger (11)
- # spacemacs (2)
- # test-check (17)
- # uncomplicate (10)
- # unrepl (1)
- # untangled (20)
- # vim (4)
- # yada (3)
I'm interested in accessing some MKL functions not currently supported by MKL, by extending neaderthal-native, or at least using it as a guiding example. In either case, how does neanderthal-native get built? Is all of the required info in the POMs in that project, or does neanderthal handle some of it?
multiplatform builds are always tricky, but i think i made this relatively painless
what are the operations that you need? @dave.dixon
https://software.intel.com/en-us/mkl-developer-reference-c-nonlinear-optimization-problem-solvers
Probably others at some point too - lots of handy stuff in there. But have an immediate need for nonlinear least squares.
those operations need initialization, state, and handlers. won't be straightforward at all...
I see what you mean. I'll have to think if it's worth it to tackle that or not.