Table of Contents

Enum ArrowDeviceType

Namespace
Apache.Arrow.C
Assembly
Apache.Arrow.dll

Device type constants for the Arrow C Device Data Interface.

public enum ArrowDeviceType

Fields

Cpu = 1
Cuda = 2
CudaHost = 3
CudaManaged = 13
ExtDev = 12
Hexagon = 16
Metal = 8
OneApi = 14
OpenCL = 4
RocM = 10
RocMHost = 11
Vpi = 9
Vulkan = 7
WebGpu = 15

Remarks

These values match the ArrowDeviceType enum defined in https://arrow.apache.org/docs/format/CDeviceDataInterface.html.