TOpenCLPlatform Class

public class TOpenCLPlatform

Properties

NameTypeDescription
BinaryPathStringReturns the path to the Open CL binary.
ContextIntPtrReturns the Open CL context shared by all devices on the platform.
CountInt32Returns 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.
PlatformIDIntPtrReturns 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.