Enum DeviceType
Types of devices for the engine
Namespace: SiaNet.Engine
Assembly: SiaNet.Engine.dll
Syntax
public enum DeviceType
Fields
| Name | Description |
|---|---|
| CPU | The CPU device |
| CUDA | The CUDA device which is NVIDIA GPU |
| Default | The default engine which the backend will support |
| OpenCL | The OpenCLfor heterogeneous platforms consisting of central processing units (CPUs), graphics processing units (GPUs), digital signal processors (DSPs), field-programmable gate arrays (FPGAs) and other processors or hardware accelerators. |