- OS: Ubuntu 12.04 server
- Intel Core i7-3770 (target for OpenCL code - The CPU, not the GPU)
- Intel SDK OpenCL 2012(target for OpenCL code)
- AMD 7950 (running X server, not used in this case)
- AMD APP SDK 2.7 (not used in this case, but still installed)
- No screens attached (not to the AMD GPU, not to the Intel integrated GPU)
Things I've tried:
- Re-install the Intel SDK (using Alien).
- Use 'clCreateContextFromType' instead of 'clCreateContext'
- Tried to use a callback function 'pfn_notify', but it never prints anything.
- Test without actual execution of the kernel
Due to the random nature of the problem, I'm not sure what to do next. Any suggestions for anything I should try?


