Description
Compiles OpenCL kernel source files ahead of application runtime. It is useful for developers who want to verify that GPU kernel code is accepted by the installed OpenCL driver before an application tries to compile it on demand.
Driver behavior can differ across vendors and devices. Test kernels on the same hardware and driver stack that the final application will use, and treat successful compilation as only one part of validation.