Hello,
I am working on creating a N-Body gravitational simulation using Intel OpenCL SDK. I have attached our Kernel. This kernel fails to execute only on the systems with Haswell (4th Generation) Intel processors. This has been highly frustrating issue blocking release of our infrastructure product. It highly relies on Intel CPU only OpenCL. Are you aware of this issue?
Following are the configurations we have tried to root cause the issue but no success
1) Intel core i7-4700 MQ + Nvidia GPU + OpenCL SDK 2013 = Fails
2) Intel core i7-4700 MQ + OpenCL SDK 2013 = Fails
3) Intel core i5(Third Generation + OpenCL SDK 2013 = Pass
4) Intel core i7-4770 + OpenCL SDK 2013 = Fails
5) Intel core i5(2nd Generation) + Nvidia GPU + OpenCL SDK 2013 = Pass
6) Intel core i5(3nd Generation) (notebook)+ no GPU + OpenCL SDK 2013 = Pass
We have tried all three OSes Windows 7, Windows 8, Windows 8.1. Still the Kernel seems to fails only on systems with Haswell processors. Please help resolve this issue.
Another note: We are using only CPU for execution(not Intel HD Graphics)