Skip to content

Commit 673974c

Browse files
committed
Address comments in PR
1 parent 488bdc2 commit 673974c

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

cuda_bindings/cuda/bindings/_internal/cufile_linux.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import cython
1818
# Extern
1919
###############################################################################
2020

21-
from .utils import NotSupportedError
22-
2321
cdef extern from "<dlfcn.h>" nogil:
2422
void* dlopen(const char*, int)
2523
char* dlerror()

cuda_bindings/cuda/bindings/_internal/nvjitlink_linux.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ from cuda.pathfinder import load_nvidia_dynamic_lib
1616
# Extern
1717
###############################################################################
1818

19-
from .utils import NotSupportedError
20-
2119
cdef extern from "<dlfcn.h>" nogil:
2220
void* dlopen(const char*, int)
2321
char* dlerror()

cuda_bindings/cuda/bindings/_internal/nvvm_linux.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ from cuda.pathfinder import load_nvidia_dynamic_lib
1616
# Extern
1717
###############################################################################
1818

19-
from .utils import NotSupportedError
20-
2119
cdef extern from "<dlfcn.h>" nogil:
2220
void* dlopen(const char*, int)
2321
char* dlerror()

0 commit comments

Comments
 (0)