You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLDevice Class > TOpenCLDevice Properties > TOpenCLDevice.Kernels Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLDevice.Kernels Property

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

Syntax
C#
Visual Basic
public TOpenCLKernelList Kernels;

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!