Backwards compatibility between OpenCL 1.1 and 1.0
Posted by chippies on Aug 28, 2012; 8:19pm
URL: https://forum.jogamp.org/Backwards-compatibility-between-OpenCL-1-1-and-1-0-tp4025926.html
Hi everyone,
I'm starting to choose which tools I'll be using for my OpenCL development. Along the way, I've come to learn that later versions of OpenCL (1.1 and 1.2) have some new functions not present in v1.0 and that some old functions have been deprecated and hence might not be supplied by a specific OpenCL implementation.
Does JOCL handle this, providing me with a consistent API that exposes the same functionality regardless of whether the actual device is v1.0 or v1.1?
Thanks for the information.