File tree Expand file tree Collapse file tree
cuda_bindings/cuda/bindings/_internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ import cython
1818# Extern
1919# ##############################################################################
2020
21- from .utils import NotSupportedError
22-
2321cdef extern from " <dlfcn.h>" nogil:
2422 void * dlopen(const char * , int )
2523 char * dlerror()
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ from cuda.pathfinder import load_nvidia_dynamic_lib
1616# Extern
1717# ##############################################################################
1818
19- from .utils import NotSupportedError
20-
2119cdef extern from " <dlfcn.h>" nogil:
2220 void * dlopen(const char * , int )
2321 char * dlerror()
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ from cuda.pathfinder import load_nvidia_dynamic_lib
1616# Extern
1717# ##############################################################################
1818
19- from .utils import NotSupportedError
20-
2119cdef extern from " <dlfcn.h>" nogil:
2220 void * dlopen(const char * , int )
2321 char * dlerror()
You can’t perform that action at this time.
0 commit comments