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 @@ -159,7 +159,7 @@ static void init_ze_global_state(void) {
159
159
#ifdef _WIN32
160
160
const char * lib_name = "ze_loader.dll" ;
161
161
#else
162
- const char * lib_name = "libze_loader.so" ;
162
+ const char * lib_name = "libze_loader.so.1 " ;
163
163
#endif
164
164
// The Level Zero shared library should be already loaded by the user
165
165
// 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