Login  Register

Re: Backwards compatibility between OpenCL 1.1 and 1.0

Posted by chippies on Aug 28, 2012; 10:03pm
URL: https://forum.jogamp.org/Backwards-compatibility-between-OpenCL-1-1-and-1-0-tp4025926p4025929.html

Thanks gouessej.  I was hoping that JOCL would do the work for me but I see I will have to handle the compatibility problem myself.

If my code calls a function that the specific device doesn't implement, e.g. deprecated OpenCL 1.0 functions that are not implemented by an OpenCL 1.1 implementation, will JOCL/Java catch this and produce an exception or will the program crash with a segfault?

Thanks for the info.