Click or drag to resize
OclDevice Properties
http://www.emgu.com

The OclDevice type exposes the following members.

Properties
  NameDescription
Public propertyDeviceVersionMajor
The device major version number
Public propertyDeviceVersionMinor
The Device minor version number
Public propertyDoubleFPConfig
The device double float point configuration
Public propertyDriverVersion
The device driver version
Public propertyExtensions
The device extensions
Public propertyGlobalMemSize
The global memory size
Public propertyHostUnifiedMemory
True if the device use unified memory
Public propertyImage2DMaxHeight
The image2d max height
Public propertyImage2DMaxWidth
The image 2d max width
Public propertyLocalMemSize
The local memory size
Public propertyMaxComputeUnits
The max compute unit
Public propertyMaxMemAllocSize
The maximum memory allocation size
Public propertyMaxWorkGroupSize
The maximum work group size
Public propertyName
The device name
Public propertyOpenCLVersion
The device OpenCL version
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertyType
The ocl device type
Public propertyVendorName
The device vendor name
Public propertyVersion
The device version
Top
See Also