.. index:: pair: enum; DPCTLSyclBackendType .. _doxid-d3/d94/dpctl__sycl__enum__types_8h_1aa217d239d7e3752c49bd9fd42c71c933: enum DPCTLSyclBackendType ========================= Redefinition of DPC++-specific Sycl backend types. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum DPCTLSyclBackendType { :target:`DPCTL_CUDA` = 1<<16, :target:`DPCTL_LEVEL_ZERO` = 1<<17, :target:`DPCTL_OPENCL` = 1<<18, :target:`DPCTL_UNKNOWN_BACKEND` = 0, :target:`DPCTL_ALL_BACKENDS` =((1<<5)-1)<<16, };