Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 5513465

Browse files
author
Diptorup Deb
committed
Use relative path to avoid setting LD_LIBRARY_PATH.
1 parent f95f561 commit 5513465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba/oneapi/initialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def init_jit():
99
def initialize_all():
1010
from numba.targets.registry import dispatcher_registry
1111
dispatcher_registry.ondemand['ocl'] = init_jit
12-
ll.load_library_permanently('libnumbaoneapiglue_so.so')
12+
ll.load_library_permanently('../oneapidriver/libnumbaoneapiglue_so.so')
1313
ll.load_library_permanently('libOpenCL.so')
1414

1515
def _initialize_ufunc():

0 commit comments

Comments
 (0)