Skip to content

Commit a3beb95

Browse files
committed
python -m cybind --generate nvjitlink nvvm with CTK 12.9.0 headers.
1 parent 58837f2 commit a3beb95

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

cuda_bindings/cuda/bindings/_internal/nvjitlink.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated across versions from 12.0.1 to 12.8.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.0.1 to 12.9.0. Do not modify it directly.
66

77
from ..cynvjitlink cimport *
88

cuda_bindings/cuda/bindings/_internal/nvjitlink_linux.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated across versions from 12.0.1 to 12.8.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.0.1 to 12.9.0. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t
88

cuda_bindings/cuda/bindings/_internal/nvjitlink_windows.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated across versions from 12.0.1 to 12.8.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.0.1 to 12.9.0. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t
88

cuda_bindings/cuda/bindings/_internal/nvvm.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated across versions from 11.0.3 to 12.8.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 11.0.3 to 12.9.0. Do not modify it directly.
66

77
from ..cynvvm cimport *
88

cuda_bindings/cuda/bindings/_internal/nvvm_linux.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated across versions from 11.0.3 to 12.8.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 11.0.3 to 12.9.0. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t
88

cuda_bindings/cuda/bindings/_internal/nvvm_windows.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated across versions from 11.0.3 to 12.8.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 11.0.3 to 12.9.0. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t
88

cuda_bindings/cuda/bindings/cynvjitlink.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated across versions from 12.0.1 to 12.8.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.0.1 to 12.9.0. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t, uint32_t
88

cuda_bindings/cuda/bindings/cynvjitlink.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated across versions from 12.0.1 to 12.8.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.0.1 to 12.9.0. Do not modify it directly.
66

77
from ._internal cimport nvjitlink as _nvjitlink
88

cuda_bindings/cuda/bindings/cynvvm.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated across versions from 11.0.3 to 12.8.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 11.0.3 to 12.9.0. Do not modify it directly.
66

77

88
###############################################################################

cuda_bindings/cuda/bindings/cynvvm.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated across versions from 11.0.3 to 12.8.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 11.0.3 to 12.9.0. Do not modify it directly.
66

77
from ._internal cimport nvvm as _nvvm
88

cuda_bindings/cuda/bindings/nvjitlink.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated across versions from 12.0.1 to 12.8.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.0.1 to 12.9.0. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t, uint32_t
88

cuda_bindings/cuda/bindings/nvjitlink.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated across versions from 12.0.1 to 12.8.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.0.1 to 12.9.0. Do not modify it directly.
66

77
cimport cython # NOQA
88

cuda_bindings/cuda/bindings/nvvm.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated across versions from 11.0.3 to 12.8.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 11.0.3 to 12.9.0. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t
88

cuda_bindings/cuda/bindings/nvvm.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated across versions from 11.0.3 to 12.8.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 11.0.3 to 12.9.0. Do not modify it directly.
66

77
cimport cython # NOQA
88

0 commit comments

Comments
 (0)