Table of Contents

Class OpenClDeviceInfo

Namespace
Orleans.GpuBridge.Runtime
Assembly
Orleans.GpuBridge.Runtime.dll

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

int

Extensions

Gets or sets the supported extensions

public string Extensions { get; set; }

Property Value

string

GlobalMemorySize

Gets or sets the global memory size in bytes

public long GlobalMemorySize { get; set; }

Property Value

long

LocalMemorySize

Gets or sets the local memory size in bytes

public long LocalMemorySize { get; set; }

Property Value

long

MaxClockFrequency

Gets or sets the maximum clock frequency in MHz

public long MaxClockFrequency { get; set; }

Property Value

long

MaxWorkGroupSize

Gets or sets the maximum work group size

public long MaxWorkGroupSize { get; set; }

Property Value

long

Name

Gets or sets the device name

public string Name { get; set; }

Property Value

string

PciBusId

Gets or sets the PCI bus ID

public string PciBusId { get; set; }

Property Value

string

PlatformIndex

Gets or sets the platform index

public int PlatformIndex { get; set; }

Property Value

int

Type

Gets or sets the device type

public string Type { get; set; }

Property Value

string

Vendor

Gets or sets the device vendor

public string Vendor { get; set; }

Property Value

string