Skip to content

Commit 33f5a49

Browse files
committed
Update after fixing codegen for driver
1 parent 9c54b37 commit 33f5a49

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

cuda_bindings/cuda/bindings/_bindings/cydriver.pyx.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
{{if 'Windows' == platform.system()}}
66
import os
77
import win32api
8+
from pywintypes import error
89
{{else}}
910
cimport cuda.bindings._lib.dlfcn as dlfcn
10-
1111
{{endif}}
12-
13-
1412
from libc.stdint cimport intptr_t
1513
import os
1614
import sys

cuda_bindings/cuda/bindings/_bindings/cynvrtc.pyx.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ cimport cuda.bindings._lib.dlfcn as dlfcn
1010
from libc.stdint cimport uintptr_t
1111
{{endif}}
1212
from cuda.bindings import path_finder
13-
1413
from libc.stdint cimport intptr_t
1514

1615
cdef bint __cuPythonInit = False

0 commit comments

Comments
 (0)