Skip to content

Commit 26fc29f

Browse files
committed
Merge branch 'master' into master
1 parent 174d4eb commit 26fc29f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/sysman/python/source/pyzes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def _LoadZeLibrary():
6767
# load the library
6868
libName = "ze_loader"
6969
if sys.platform.startswith("linux"):
70-
libName = "/usr/lib/x86_64-linux-gnu/lib" + libName + ".so.1"
70+
libName = "/usr/lib/x86_64-linux-gnu/lib" + libName + ".so"
7171
else:
7272
# Try multiple common locations for Windows Intel GPU drivers
7373
possible_paths = [

0 commit comments

Comments
 (0)