Skip to content

Commit a177798

Browse files
leofangmdboom
andauthored
Backport binding refreshing (#1529)
* backport binding refreshing * Backport nvml tests --------- Co-authored-by: Michael Droettboom <mdboom@gmail.com>
1 parent 57e2f35 commit a177798

37 files changed

Lines changed: 743 additions & 765 deletions

cuda_bindings/cuda/bindings/_internal/_nvml.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.9.1 to 13.1.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.9.1 to 13.1.1. Do not modify it directly.
66

77
from ..cy_nvml cimport *
88

cuda_bindings/cuda/bindings/_internal/_nvml_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.9.1 to 13.1.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.9.1 to 13.1.1. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t, uintptr_t
88

cuda_bindings/cuda/bindings/_internal/_nvml_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.9.1 to 13.1.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.9.1 to 13.1.1. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t
88

cuda_bindings/cuda/bindings/_internal/nvfatbin.pxd

Lines changed: 7 additions & 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.4.1 to 13.1.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.4.1 to 13.1.1. Do not modify it directly.
66

77
from ..cynvfatbin cimport *
88

@@ -22,3 +22,9 @@ cdef nvFatbinResult _nvFatbinGet(nvFatbinHandle handle, void* buffer) except?_NV
2222
cdef nvFatbinResult _nvFatbinVersion(unsigned int* major, unsigned int* minor) except?_NVFATBINRESULT_INTERNAL_LOADING_ERROR nogil
2323
cdef nvFatbinResult _nvFatbinAddReloc(nvFatbinHandle handle, const void* code, size_t size) except?_NVFATBINRESULT_INTERNAL_LOADING_ERROR nogil
2424
cdef nvFatbinResult _nvFatbinAddTileIR(nvFatbinHandle handle, const void* code, size_t size, const char* identifier, const char* optionsCmdLine) except?_NVFATBINRESULT_INTERNAL_LOADING_ERROR nogil
25+
26+
27+
28+
29+
30+

cuda_bindings/cuda/bindings/_internal/nvfatbin_linux.pyx

Lines changed: 7 additions & 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.4.1 to 13.1.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.4.1 to 13.1.1. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t, uintptr_t
88

@@ -342,3 +342,9 @@ cdef nvFatbinResult _nvFatbinAddTileIR(nvFatbinHandle handle, const void* code,
342342
raise FunctionNotFoundError("function nvFatbinAddTileIR is not found")
343343
return (<nvFatbinResult (*)(nvFatbinHandle, const void*, size_t, const char*, const char*) noexcept nogil>__nvFatbinAddTileIR)(
344344
handle, code, size, identifier, optionsCmdLine)
345+
346+
347+
348+
349+
350+

cuda_bindings/cuda/bindings/_internal/nvfatbin_windows.pyx

Lines changed: 7 additions & 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.4.1 to 13.1.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.4.1 to 13.1.1. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t
88

@@ -313,3 +313,9 @@ cdef nvFatbinResult _nvFatbinAddTileIR(nvFatbinHandle handle, const void* code,
313313
raise FunctionNotFoundError("function nvFatbinAddTileIR is not found")
314314
return (<nvFatbinResult (*)(nvFatbinHandle, const void*, size_t, const char*, const char*) noexcept nogil>__nvFatbinAddTileIR)(
315315
handle, code, size, identifier, optionsCmdLine)
316+
317+
318+
319+
320+
321+

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 13.1.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.0.1 to 13.1.1. 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 13.1.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.0.1 to 13.1.1. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t, uintptr_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 13.1.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.0.1 to 13.1.1. 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 12.0.1 to 13.1.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.0.1 to 13.1.1. Do not modify it directly.
66

77
from ..cynvvm cimport *
88

0 commit comments

Comments
 (0)