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
Fixed filter-selector-string output by lspltform and print_device_info
For example, now:
```
Platform 3 ::
Name Intel(R) Level-Zero
Version 1.3
Vendor Intel(R) Corporation
Backend ext_oneapi_level_zero
Num Devices 1
# 0
Name Intel(R) UHD Graphics [0x9bca]
Version 1.3.23750
Filter string level_zero:gpu:0
```
While previously the filter string was "ext_oneapi_level_zero:gpu:0".
Similar change for print_device_info:
```
$ SYCL_FILTER_SELECTOR=level python -c "import dpctl; dpctl.SyclDevice().print_device_info()"
Name Intel(R) UHD Graphics [0x9bca]
Driver version 1.3.23750
Vendor Intel(R) Corporation
Profile FULL_PROFILE
Filter string level_zero:gpu:0
```
Previously the filter string used to be "ext_oneapi_level_zero:gpu:0".
0 commit comments