enum DPCTLQueuePropertyType

Enums to depict the properties that can be passed to a sycl::queue constructor.

#include <dpctl_sycl_enum_types.h>

enum DPCTLQueuePropertyType
{
    DPCTL_DEFAULT_PROPERTY = 0,
    DPCTL_ENABLE_PROFILING = 1<<0,
    DPCTL_IN_ORDER         = 1<<1,
};