We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82e6287 + 50bacb0 commit 252e7d9Copy full SHA for 252e7d9
numba_dpex/__init__.py
@@ -41,7 +41,7 @@ def load_dpctl_sycl_interface():
41
else:
42
paths = glob.glob(
43
os.path.join(
44
- os.path.dirname(dpctl.__file__), "*DPCTLSyclInterface.so.0"
+ os.path.dirname(dpctl.__file__), "*DPCTLSyclInterface.so"
45
)
46
47
0 commit comments