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
Use readelf on pi_level_zero library to find exact name of ze_loader (#617)
Store that in include/Config/dpctl_config.h and use the define in
dpctl_sycl_program_interface.cpp
CMake is running the equivalent of the following
```
readelf -d $DPCPP_ROOT/lib/libpi_level_zero.so | grep libze_loader | grep -Po "libze_loader[^\]]*"
libze_loader.so.1
```
0 commit comments