File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ static void init_ze_global_state(void) {
215
215
#ifdef _WIN32
216
216
const char * lib_name = "ze_loader.dll" ;
217
217
#else
218
- const char * lib_name = "libze_loader.so" ;
218
+ const char * lib_name = "libze_loader.so.1 " ;
219
219
#endif
220
220
// The Level Zero shared library should be already loaded by the user
221
221
// of the Level Zero provider. UMF just want to reuse it
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ int InitLevelZeroOps() {
141
141
#ifdef _WIN32
142
142
const char *lib_name = " ze_loader.dll" ;
143
143
#else
144
- const char *lib_name = " libze_loader.so" ;
144
+ const char *lib_name = " libze_loader.so.1 " ;
145
145
#endif
146
146
// Load Level Zero symbols
147
147
#if OPEN_ZE_LIBRARY_GLOBAL
You can’t perform that action at this time.
0 commit comments