I am taking the first steps with opencl and now have a problem. I am using NVIDIA OpenCL lib with GT540m graphics card.
Now it seems that the kernel is cached after compilation and not recompiled when I make some changes in the kernel. To verify that I write 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 behavior?
Many thanks. greetings robin
source
share