Enum ArrowDeviceType
Device type constants for the Arrow C Device Data Interface.
public enum ArrowDeviceType
Fields
Cpu = 1Cuda = 2CudaHost = 3CudaManaged = 13ExtDev = 12Hexagon = 16Metal = 8OneApi = 14OpenCL = 4RocM = 10RocMHost = 11Vpi = 9Vulkan = 7WebGpu = 15
Remarks
These values match the ArrowDeviceType enum defined in https://arrow.apache.org/docs/format/CDeviceDataInterface.html.