I working with OpenCL and develop code that should be compiled on systems with OpenCL 1.1 while taking advantage of OpenCL 1.2 features when available.
Is it possible to simulate OpenCL 1.1 on a system with OpenCL 1.2?
I'm using Apple OpenCL framework, on Mac, and I want to make sure that the code will work for people who have OpenCL 1.1 (e.g. with Mountain Lion) before pushing the code back to the central repository.