Re: How to load compiled programs?
Posted by Michael Bien on Apr 19, 2011; 9:43pm
URL: https://forum.jogamp.org/How-to-load-compiled-programs-tp2835385p2840469.html
I am glad that you chose my bachelor thesis (jocl) as foundation for
your master thesis ;)
competition... Well we really don't need a fifth Java to OpenCL binding
or a third GL or AL binding (IMO of course). JOCL exposes CL completely.
If you would like to improve or simplify something providing utility
apis on top of the highlevel or lowlevel bindings would be the more
productive approach.
If you decide to contribute it back by implementing it in a forked
repository (thats what i meant as i said forking the project) - even better.
-michael
On 04/19/2011 06:15 PM, Wibowit [via jogamp] wrote:
> A bit more competition in the area of Java bindings to Khronos APIs would be
> healthy, but I don't have enough time for now. I'm more focused of finishing
> my program that does BWT on GPGPU efficiently, as my master thesis depends
> on this.
>
> LongBuffers and binaries persistence is now working. At least it seems to.