Commit 61cb6d7
authored
[SYCL] Add traces for
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
```SYCL_DEVICE_ALLOWLIST decisions (#17426)1 parent 10e1d00 commit 61cb6d7
1 file changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
292 | 312 | | |
293 | 313 | | |
294 | 314 | | |
| |||
423 | 443 | | |
424 | 444 | | |
425 | 445 | | |
426 | | - | |
| 446 | + | |
| 447 | + | |
427 | 448 | | |
428 | 449 | | |
| 450 | + | |
429 | 451 | | |
430 | 452 | | |
431 | 453 | | |
| |||
0 commit comments