Skip to content

Commit 979cd14

Browse files
committed
merge branch with updated cybind and test
2 parents 0cb12f1 + 2298435 commit 979cd14

File tree

17 files changed

+813
-209
lines changed

17 files changed

+813
-209
lines changed

cuda_bindings/cuda/bindings/_internal/nvjitlink.pxd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
22
#
3-
# SPDX-License-Identifier: Apache-2.0
3+
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated across versions from 12.0.76 to 12.6.77. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.0.1 to 12.6.2. Do not modify it directly.
66

77
from ..cynvjitlink cimport *
88

@@ -24,3 +24,4 @@ cdef nvJitLinkResult _nvJitLinkGetErrorLogSize(nvJitLinkHandle handle, size_t* s
2424
cdef nvJitLinkResult _nvJitLinkGetErrorLog(nvJitLinkHandle handle, char* log) except* nogil
2525
cdef nvJitLinkResult _nvJitLinkGetInfoLogSize(nvJitLinkHandle handle, size_t* size) except* nogil
2626
cdef nvJitLinkResult _nvJitLinkGetInfoLog(nvJitLinkHandle handle, char* log) except* nogil
27+
cdef nvJitLinkResult _nvJitLinkVersion(unsigned int* major, unsigned int* minor) except* nogil

0 commit comments

Comments
 (0)