Commit ad31122
committed
Change to SyclQueue.__repr__ to reflect property
```
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']>
```1 parent 15be3a0 commit ad31122
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
864 | 864 | | |
865 | 865 | | |
866 | 866 | | |
867 | | - | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
868 | 874 | | |
869 | 875 | | |
870 | 876 | | |
871 | | - | |
| 877 | + | |
872 | 878 | | |
873 | 879 | | |
874 | 880 | | |
| |||
0 commit comments