TOpenCLPlatform Class

type TOpenCLPlatform = class;

Properties

NameTypeDescription
BinaryPathstringReturns the path to the Open CL binary.
ContextNativeIntReturns the Open CL context shared by all devices on the platform.
CountIntegerReturns the number of devices available on the platform.
ExtensionsTStringListContains a list of Open CL extensions supported by all devices on the platform.
ItemTOpenCLDeviceArray property gives access to individual devices available on the platform.
NamestringReturns the name of the platform.
PlatformIDNativeIntReturns platform ID as assigned to be the Open CL driver.
ProfilestringReturns the profile which can be either FULL_PROFILE or EMBEDDED_PROFILE.
VendorstringReturns vendor name
VersionstringReturns platform version

Methods

NameDescription
UnMarkThreadsAll queues on all devices of this platform will be disassociated with any previosuly used threads.