You are here: Symbol Reference > clMtxVec Namespace > Classes > TOpenCLDevice Class > public > TOpenCLDevice.Kernels Property
MtxVec VCL
ContentsIndex
PreviousUpNext
TOpenCLDevice.Kernels Property

The kernel list holds the list of kernels (Open CL functions) that are available.

Pascal
property Kernels: TOpenCLKernelList;

Kernel list is populated when a TOpenCLProgramProgramis loaded. Multiple programs can be loaded and all will have their TOpenCLKernelKernelsadded 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.LocateLocatemethod.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!