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
Fix Level Zero Loader detection when statically linked
SYCL nightly and future builds now link libur_adapter_level_zero to the level zero loader statically, so detecting through readelf is no longer possible
For this case, we instead set the default Level Zero Loader filename to be 'libze_loader.so.1,' which is likely to not change
See: intel/llvm#17104
0 commit comments