As OpenCL-enabled software needs to be packaged with source code of OpenCL kernels, minification and obfuscation seems to be a standard requirement for OpenCL deployment, at least for commercial applications.
Which tools could be used for minification/obfuscation of OpenCL/WebCL code?
Update: my deployment target is WebCL, so I am mostly interested in minification, but obfuscation could provide similar result.