function Locate(const KernelName: string): TOpenCLKernel;
Searches for and returns the kernel with KernelName.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | KernelName | string |
Returns: TOpenCLKernel
Remarks:
The function will raise an exception, if the Kernel is not found.