diff --git a/numba_dpex/__init__.py b/numba_dpex/__init__.py index 52228ac303..0afe6e9022 100644 --- a/numba_dpex/__init__.py +++ b/numba_dpex/__init__.py @@ -41,7 +41,7 @@ def load_dpctl_sycl_interface(): else: paths = glob.glob( os.path.join( - os.path.dirname(dpctl.__file__), "*DPCTLSyclInterface.so.0" + os.path.dirname(dpctl.__file__), "*DPCTLSyclInterface.so" ) )