12-04-2013, 11:27 AM
dgud, I was checking the last changes you made to the cl-1.2.1 and it seems that you are using the header from Intel SDK (since in the readme file your example about the env. settings uses it).
I have all SDKs and by comparing their cl.h file that was I noticed:
again, trying to understand the cl sources, is it able to load the right beam module for the opencl version found?
I have all SDKs and by comparing their cl.h file that was I noticed:
- AMD = Khronos 1.2
- Intel = Khronos 1.2 + clSetPrintfCallback/3 func - 4 constant defines
- NVidia = Khronos 1.1
- Khronos 1.2 = Khronos 1.1 + new defines and functions
again, trying to understand the cl sources, is it able to load the right beam module for the opencl version found?