Fork me on GitHub
#uncomplicate
<
2017-05-26
>
sparkofreason19:05:59

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?

blueberry19:05:45

everything is in neanderthal-native's pom

blueberry20:05:47

and neanderthal-mkl's pom

blueberry20:05:21

multiplatform builds are always tricky, but i think i made this relatively painless

blueberry20:05:24

what are the operations that you need? @dave.dixon

sparkofreason20:05:42

Probably others at some point too - lots of handy stuff in there. But have an immediate need for nonlinear least squares.

blueberry20:05:09

those operations need initialization, state, and handlers. won't be straightforward at all...

blueberry20:05:04

...and won't be as easy to use as existing neanderthal functions.

sparkofreason20:05:17

I see what you mean. I'll have to think if it's worth it to tackle that or not.