i'm making my first steps with opencl and now have a problem. i'm using the NVIDIA OpenCL lib with a GT540m graphics card.
Now it seems that the kernel gets cached after compiling and is not recompiled when i do some changes to the kernel. To test i'm writing some values to the output buffer but when i change these values in the kernel the output remains the same.
How can i prevent this behaviour?
Thanks a lot. greetings robin