Skip to content

Commit 2b7288f

Browse files
committed
Cleanup imports
1 parent be6f948 commit 2b7288f

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

cuda_bindings/cuda/bindings/cydriver.pyx.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
# is strictly prohibited.
88
#
99
# This code was automatically generated with version 12.8.0. Do not modify it directly.
10-
import cython
11-
from libcpp.map cimport map
12-
from libc.stdlib cimport malloc, free
1310
cimport cuda.bindings._bindings.cydriver as cydriver
1411

1512
{{if 'cuGetErrorString' in found_functions}}
@@ -2819,5 +2816,3 @@ cdef CUresult cuGraphicsVDPAURegisterVideoSurface(CUgraphicsResource* pCudaResou
28192816
cdef CUresult cuGraphicsVDPAURegisterOutputSurface(CUgraphicsResource* pCudaResource, VdpOutputSurface vdpSurface, unsigned int flags) except ?CUDA_ERROR_NOT_FOUND nogil:
28202817
return cydriver._cuGraphicsVDPAURegisterOutputSurface(pCudaResource, vdpSurface, flags)
28212818
{{endif}}
2822-
2823-

cuda_bindings/cuda/bindings/cynvrtc.pyx.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
# is strictly prohibited.
88
#
99
# This code was automatically generated with version 12.8.0. Do not modify it directly.
10-
import cython
11-
from libcpp.map cimport map
12-
from libc.stdlib cimport malloc, free
1310
cimport cuda.bindings._bindings.cynvrtc as cynvrtc
1411

1512
{{if 'nvrtcGetErrorString' in found_functions}}
@@ -167,5 +164,3 @@ cdef nvrtcResult nvrtcGetPCHHeapSizeRequired(nvrtcProgram prog, size_t* size) ex
167164
cdef nvrtcResult nvrtcSetFlowCallback(nvrtcProgram prog, void* callback, void* payload) except ?NVRTC_ERROR_INVALID_INPUT nogil:
168165
return cynvrtc._nvrtcSetFlowCallback(prog, callback, payload)
169166
{{endif}}
170-
171-

0 commit comments

Comments
 (0)