I'm interesting in the current state of GPGPU through OpenCL with pure java. I found two project aparapi and Rootbeer, but can't found any information about its actual state and perspectives. Other projects such as JavaCL and JOCL, needs C programming. What framework or library are mainstream for GPGPU through OpenCL, which provide pure java API for this purpose?
Asked
Active
Viewed 172 times
2
-
Do you mean to write your OpenCL on the host , i.e. writing kernel programs with a somehow fluent Java-API (like Java 8 Streams) without a logical break between host and device. OR would you like to write the device kernel code completely in Java, but having a split architecture model? – Christian Apr 20 '15 at 06:29
-
I would like to consider both variants. I've no architecture limitations. And all I want is stay on pure java as long as possible. – Alexander Fedyukov Apr 20 '15 at 06:33
-
I've edited the question and removed my own opinion and question, implying opinion based answers. Please reopen the question. – Alexander Fedyukov Apr 28 '15 at 12:15