.. index:: pair: enum; DPCTLSyclDeviceType .. _doxid-d3/d94/dpctl__sycl__enum__types_8h_1a15d8954e4e712e2ec00838a9283d13ff: enum DPCTLSyclDeviceType ======================== DPCTL device types that are equivalent to Sycl's device_type. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum DPCTLSyclDeviceType { :target:`DPCTL_ACCELERATOR` = 1<<0, :target:`DPCTL_AUTOMATIC` = 1<<1, :target:`DPCTL_CPU` = 1<<2, :target:`DPCTL_CUSTOM` = 1<<3, :target:`DPCTL_GPU` = 1<<4, :target:`DPCTL_ALL` =(1<<6) - 1, :target:`DPCTL_UNKNOWN_DEVICE` = 0, };