Table of Contents

Enum DeviceType

Namespace
Orleans.GpuBridge.Abstractions.Enums
Assembly
Orleans.GpuBridge.Abstractions.dll

Type of compute device

public enum DeviceType

Fields

ASIC = 9

Application-Specific Integrated Circuit

Accelerator = 2

Generic hardware accelerator

CPU = 0

CPU-based compute device

CUDA = 4

NVIDIA CUDA device

Custom = 3

Custom or proprietary device type

DirectCompute = 6

Microsoft DirectCompute device

FPGA = 8

Field-Programmable Gate Array

GPU = 1

Generic GPU device

Metal = 7

Apple Metal device

OpenCL = 5

OpenCL compatible device