Hi,
Something strange hanppened when I was debugging a kernel.I tested my kernel on win7 using both CPU and GPU as computing device, the result are both correct.When I do the same test on CENTOS7.1, it got the same right result when the kernel running on CPU, but some random errors occured while running on GPU. According to this situation, the kernel code seems fine, since it worked all right on Windows. So I assume these errors are caused by either opencl driver on linux or something that is paltform-related on kernel development .Do you have some clue on this subject ? Thank you.
BTW, my hardware is I7-4790K + HD4600, the opencl driver is installed by MSDK2016R1 installation package.