Post not yet marked as solved
Post marked as unsolved with 0 replies, 256 views
How to clear OpenCL cache which contains pre-compilled OpenCL kernels? It is saved somewhere on the disk, because cache persists even after system restart. I suppose it uses the same cache as Metal, but this I also cannot locate.
This cache is problematic because if some of header files for OpenCL code is modified the OpenCL kernel is not re-compilled.