Encog.Engine.Opencl.Exceptions |
Encog.Engine.Opencl.Kernels |
Name | Description |
---|---|
EncogCL | An OpenCL platform. A platform is a collection of OpenCL devices from the same vendor. Often, you will have only a single platform. |
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. |
EncogCLError | |
EncogCLItem | Common data held by OpenCL devices and platforms. |
EncogCLPlatform | An Encog CL platform. |
EncogCLQueue | An open CL queue. |