Re: GPU computing on core.matrix implementation

2014-08-09 Thread Miki Nobuhiro
#!forum/numerical-clojure > > > On Tuesday, 5 August 2014 16:22:17 UTC+8, Miki Nobuhiro wrote: >> >> Hello, everyone. >> I want to calculate matrix operations by GPU compuring, >> and here is my code. >> >> https://github.com/bobuhiro11/aparapi-matrix

Re: GPU computing on core.matrix implementation

2014-08-09 Thread Miki Nobuhiro
oup: > https://groups.google.com/forum/#!forum/numerical-clojure > > > On Tuesday, 5 August 2014 16:22:17 UTC+8, Miki Nobuhiro wrote: >> >> Hello, everyone. >> I want to calculate matrix operations by GPU compuring, >> and here is my code. >> >> https://gith

GPU computing on core.matrix implementation

2014-08-05 Thread Miki Nobuhiro
Hello, everyone. I want to calculate matrix operations by GPU compuring, and here is my code. https://github.com/bobuhiro11/aparapi-matrix https://clojars.org/aparapi-matrix Now, I have some questions. 1. aparapi-matrix uses Aparapi(https://code.google.com/p/aparapi/). Is this choice correct? A