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][E2E] Search for L0 SDK in standalone mode (#18367)
We need this for our internal testing systems which have L0 installed in
a weird path and aren't passing the dir through the LIT vars, and they
shouldn't have to if the relevant envvars are set up as expected.
Also confirming this didn't break the feature detection,
`AtomicRef/device_has_aspect_atomic64_level_zero.cpp` requires
`level_zero_dev_kit` and it's still running:
Lin:
```
2025-05-08T16:36:59.9886240Z Passed Tests (1636):
...
2025-05-08T16:36:59.9910791Z SYCL :: AtomicRef/device_has_aspect_atomic64_level_zero.cpp
```
Win:
```
2025-05-08T16:32:50.9297718Z Passed Tests (1364):
...
2025-05-08T16:32:50.9305267Z SYCL :: AtomicRef/device_has_aspect_atomic64_level_zero.cpp
```
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
0 commit comments