Set cache config from OpenCL

When using C CUDA, you can call cudaFuncSetCacheConfig() to specify the cache configuration to use on a Fermi device. How do I do the same thing from OpenCL?

Peter