C# Class Encog.Engine.Opencl.EncogCLDevice

An OpenCL compute device. One of these will be created for each GPU on your system. Some GPU drivers will also map your CPU as a compute device. A device will likely have parallel processing capabilities. A CPU device will have multiple cores. A GPU, will have multiple compute units. Devices are held by Platforms. A platform is a way to group all devices from a single vendor or driver.
Inheritance: EncogCLItem
Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
EncogCLDevice ( EncogCLPlatform platform, ComputeDevice device ) : System

Construct an OpenCL device.

ToString ( ) : System.String

Method Details

EncogCLDevice() public method

Construct an OpenCL device.
public EncogCLDevice ( EncogCLPlatform platform, ComputeDevice device ) : System
platform EncogCLPlatform The platform.
device ComputeDevice The device.
return System

ToString() public method

public ToString ( ) : System.String
return System.String