the problem is still there with Catalyst APP 10.10
this is more likely OpenCL compiler issue than driver. so you can expect it will be fixed in next release of SDK not driver.
understood. i thoght that everithing was inside opencl.dll and that the only difference with the new driver was that the dll now comes with the driver instead of being included in the sdk
I'm still having this problem in one of my kernels. The array is not fixed size but is a buffer passed as a parameter with global qualifier. Data doesn't seem to be written to it when using it inside a loop
Sorry in this case it was my fault, the buffer was created using CL_MEM_USE_HOST_PTR instead of CL_MEM_ALLOC_HOST_PTR