property Kernels: TOpenCLKernelList;
The kernel list holds the list of kernels (Open CL functions) that are available.
Returns: TOpenCLKernelList
Remarks:
Kernel list is populated when a TOpenCLProgram is loaded. Multiple programs can be loaded and all will have their TOpenCLKernel added to this one list. When a program is deleted corresponding kernels will also be removed from this list. The desired Kernel is searched for with the help of the TOpenCLKernelList.Locate method.