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
[SYCL] Add traces for SYCL_DEVICE_ALLOWLIST decisions (#17426)
Add traces to `SYCL_UR_TRACE` for filtering/allowing devices due to
`SYCL_DEVICE_ALLOWLIST` in response to #17114.
These traces will look like this:
```
SYCL_UR_TRACE: Device allowed by SYCL_DEVICE_ALLOWLIST
SYCL_UR_TRACE: platform: Intel(R) OpenCL
SYCL_UR_TRACE: device: Intel(R) Xeon(R) Platinum 8380 CPU @ 2.30GHz
```
```
SYCL_UR_TRACE: Device filtered by SYCL_DEVICE_ALLOWLIST
SYCL_UR_TRACE: platform: Intel(R) FPGA Emulation Platform for OpenCL(TM)
SYCL_UR_TRACE: device: Intel(R) FPGA Emulation Device
```
0 commit comments