Re: MathArrays -> JogAmp -> OpenCL

2015-11-25 Thread Eric Barnhill
The Java JOCL / JogAmp bindings are located here: https://jogamp.org/jocl/www/ A user would have to install what are called the "glue" libraries which enable use of OpenCL , via Ant. If it is of interest, I'll put a minimal working example for, say, ebeMultiplication with GPU, up on my GitHu

Re: MathArrays -> JogAmp -> OpenCL

2015-11-25 Thread luc
Le 2015-11-24 22:26, Gilles a écrit : On Tue, 24 Nov 2015 20:58:14 +, Eric Barnhill wrote: Is anyone interested in some GPU support for MathArrays by using, say, the JogAmp bindings and OpenCL methods. I have implemented such an architecture for my own convolution library I am developing, a

Re: MathArrays -> JogAmp -> OpenCL

2015-11-24 Thread Gilles
On Tue, 24 Nov 2015 20:58:14 +, Eric Barnhill wrote: Is anyone interested in some GPU support for MathArrays by using, say, the JogAmp bindings and OpenCL methods. I have implemented such an architecture for my own convolution library I am developing, and it would not be much trouble for me

MathArrays -> JogAmp -> OpenCL

2015-11-24 Thread Eric Barnhill
Is anyone interested in some GPU support for MathArrays by using, say, the JogAmp bindings and OpenCL methods. I have implemented such an architecture for my own convolution library I am developing, and it would not be much trouble for me to add this kind of support for commons-math some time in th