Re: OpenCL 1.2 and 2.0 support plans?
Posted by chippies on Sep 21, 2014; 4:44pm
URL: https://forum.jogamp.org/OpenCL-1-2-and-2-0-support-plans-tp4033186p4033191.html
Admittedly, I am asking because of future changes I plan on making to my code next year. The OpenCL 2.0 shared virtual memory is of particular interest to me as I see some possibilities for handling very large data sets more easily.
Also, with some more of the API functions being deprecated in CL 1.2 and 2.0, JOCL should be updated to make sure it doesn't call those deprecated functions on CL 1.2 and 2.0 platforms. I know at the moment the functions that were deprecated in CL 1.2 still work on AMD and Intel CL 1.2 implementations but since they don't have to be provided by CL 1.2 implementations AFAIK, this feels like an (admittedly low priority) time bomb.