You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
In [1]: import dpctl
In [2]: dpctl.SyclQueue()
Out[2]: <dpctl.SyclQueue at 0x7f8752c07b90>
In [3]: dpctl.SyclQueue(property='in_order')
Out[3]: <dpctl.SyclQueue at 0x7f87494f4870, property=['in_order']>
In [4]: dpctl.SyclQueue(property=['in_order'])
Out[4]: <dpctl.SyclQueue at 0x7f8753587f00, property=['in_order']>
In [5]: dpctl.SyclQueue(property=['in_order', 'enable_profiling'])
Out[5]: <dpctl.SyclQueue at 0x7f8734016eb0, property=['in_order', 'enable_profling']>
```
0 commit comments