Re: Process database table (or complex data)?
Posted by
Wade Walker on
Dec 10, 2015; 4:41am
URL: https://forum.jogamp.org/Process-database-table-or-complex-data-tp4035890p4035896.html
Hi Bojan,
I've seen many articles and presentations on acceleration of database operations using OpenCL (and CUDA, and GPUs in general); see for example
http://developer.amd.com/wordpress/media/2013/06/1738_final.pdf, so I know it's possible. It does look like there's a bit of difficulty involved, due to the nature of GPUs :) Bu since JOCL just maps OpenCL into Java, anything that works in OpenCL should also work in JOCL (if not, just let me know, since I'm the maintainer).