Enum DeviceType
- Namespace
- Orleans.GpuBridge.Abstractions.Enums
- Assembly
- Orleans.GpuBridge.Abstractions.dll
Type of compute device
public enum DeviceType
Fields
ASIC = 9Application-Specific Integrated Circuit
Accelerator = 2Generic hardware accelerator
CPU = 0CPU-based compute device
CUDA = 4NVIDIA CUDA device
Custom = 3Custom or proprietary device type
DirectCompute = 6Microsoft DirectCompute device
FPGA = 8Field-Programmable Gate Array
GPU = 1Generic GPU device
Metal = 7Apple Metal device
OpenCL = 5OpenCL compatible device