TOpenCLKernelList Kernels { get; set; }
The kernel list holds the list of kernels (Open CL functions) that are available.
Returns: TOpenCLKernelList
Remarks:
Kernel list is populated when a Dew.Math.TOpenCLProgram is loaded. Multiple programs can be loaded and all will have their Dew.Math.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 Dew.Math.TOpenCLKernelList.Locate method.