.. index:: pair: enum; DPCTLQueuePropertyType .. _doxid-d3/d94/dpctl__sycl__enum__types_8h_1a439a88c8e537df22ac3e2c66fce3ad4f: enum DPCTLQueuePropertyType =========================== Enums to depict the properties that can be passed to a sycl::queue constructor. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum DPCTLQueuePropertyType { :target:`DPCTL_DEFAULT_PROPERTY` = 0, :target:`DPCTL_ENABLE_PROFILING` = 1<<0, :target:`DPCTL_IN_ORDER` = 1<<1, };