Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0076596

Browse files
authored
rerun codegen (#933)
1 parent f8c49f3 commit 0076596

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

cuda_bindings/cuda/bindings/_internal/cufile_linux.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ from cuda.pathfinder import load_nvidia_dynamic_lib
1313

1414
import cython
1515

16+
1617
###############################################################################
1718
# Extern
1819
###############################################################################

cuda_bindings/cuda/bindings/_internal/nvjitlink_linux.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# This code was automatically generated across versions from 12.0.1 to 13.0.0. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t, uintptr_t
8-
import threading
98

9+
import threading
1010
from .utils import FunctionNotFoundError, NotSupportedError
1111

1212
from cuda.pathfinder import load_nvidia_dynamic_lib

cuda_bindings/cuda/bindings/_internal/nvjitlink_windows.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# This code was automatically generated across versions from 12.0.1 to 13.0.0. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t
8-
import threading
98

9+
import threading
1010
from .utils import FunctionNotFoundError, NotSupportedError
1111

1212
from cuda.pathfinder import load_nvidia_dynamic_lib

cuda_bindings/cuda/bindings/_internal/nvvm_linux.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# This code was automatically generated across versions from 12.0.1 to 13.0.0. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t, uintptr_t
8-
import threading
98

9+
import threading
1010
from .utils import FunctionNotFoundError, NotSupportedError
1111

1212
from cuda.pathfinder import load_nvidia_dynamic_lib

cuda_bindings/cuda/bindings/_internal/nvvm_windows.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# This code was automatically generated across versions from 12.0.1 to 13.0.0. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t
8-
import threading
98

9+
import threading
1010
from .utils import FunctionNotFoundError, NotSupportedError
1111

1212
from cuda.pathfinder import load_nvidia_dynamic_lib

0 commit comments

Comments
 (0)