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
Added support for some properties/methods of underluing device
Per issue 381, it would be useful to provide shortcuts to access
information pertitent to the device underlying SyclQueue directly
from the SyclQueue instance itself.
```
q.print_device_info()
q.sycl_device.print_device_info()
```
now are synonyms.
0 commit comments