Class OpenClDeviceInfo
OpenCL device information structure
public sealed class OpenClDeviceInfo
- Inheritance
-
OpenClDeviceInfo
- Inherited Members
Properties
DeviceIndex
Gets or sets the device index
public int DeviceIndex { get; set; }
Property Value
Extensions
Gets or sets the supported extensions
public string Extensions { get; set; }
Property Value
GlobalMemorySize
Gets or sets the global memory size in bytes
public long GlobalMemorySize { get; set; }
Property Value
LocalMemorySize
Gets or sets the local memory size in bytes
public long LocalMemorySize { get; set; }
Property Value
MaxClockFrequency
Gets or sets the maximum clock frequency in MHz
public long MaxClockFrequency { get; set; }
Property Value
MaxWorkGroupSize
Gets or sets the maximum work group size
public long MaxWorkGroupSize { get; set; }
Property Value
Name
Gets or sets the device name
public string Name { get; set; }
Property Value
PciBusId
Gets or sets the PCI bus ID
public string PciBusId { get; set; }
Property Value
PlatformIndex
Gets or sets the platform index
public int PlatformIndex { get; set; }
Property Value
Type
Gets or sets the device type
public string Type { get; set; }
Property Value
Vendor
Gets or sets the device vendor
public string Vendor { get; set; }