Encog.Engine.Opencl EncogCLDevice in C# (CSharp): 10 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Encog.Engine.Opencl.EncogCLDevice, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Correlati
Related in langs
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.