-
Notifications
You must be signed in to change notification settings - Fork 241
Update the CUDA runtime to 13.1.1 #1468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kkraus14
wants to merge
5
commits into
NVIDIA:main
Choose a base branch
from
kkraus14:update-cuda-13.1.1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+64
−55
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
e99ec49
Update the CUDA runtime to 13.1.1
kkraus14 086e7fb
Merge branch 'main' into update-cuda-13.1.1
leofang a976118
update bindings to 13.1.1 (cybind)
leofang 6450694
fix linter errors
leofang 4b77378
remove the rel-note on libcudart
leofang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,6 @@ backport_branch: "12.9.x" | |
|
|
||
| cuda: | ||
| build: | ||
| version: "13.1.0" | ||
| version: "13.1.1" | ||
| prev_build: | ||
| version: "12.9.1" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,14 +2,13 @@ | |
| # | ||
| # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE | ||
| # | ||
| # This code was automatically generated across versions from 12.9.1 to 13.1.0. Do not modify it directly. | ||
| # This code was automatically generated across versions from 12.9.1 to 13.1.1. Do not modify it directly. | ||
|
|
||
| cimport cython # NOQA | ||
| from libc cimport errno | ||
| from ._internal.utils cimport (get_buffer_pointer, get_nested_resource_ptr, | ||
| nested_resource) | ||
| from enum import IntEnum as _IntEnum | ||
| cimport cpython | ||
|
|
||
| import cython | ||
|
|
||
|
|
@@ -19,6 +18,7 @@ from libc.stdlib cimport calloc, free, malloc | |
| from cython cimport view | ||
| cimport cpython.buffer | ||
| cimport cpython.memoryview | ||
| cimport cpython | ||
| from libc.string cimport memcmp, memcpy | ||
| import numpy as _numpy | ||
|
|
||
|
|
@@ -35,6 +35,7 @@ cdef __from_data(data, dtype_name, expected_dtype, lowpp_type): | |
| raise ValueError(f"data array must be of dtype {dtype_name}") | ||
| return lowpp_type.from_ptr(data.ctypes.data, not data.flags.writeable, data) | ||
|
|
||
|
|
||
| ############################################################################### | ||
| # POD | ||
| ############################################################################### | ||
|
|
@@ -616,7 +617,7 @@ cdef _get_per_gpu_stats_dtype_offsets(): | |
| cdef CUfilePerGpuStats_t pod = CUfilePerGpuStats_t() | ||
| return _numpy.dtype({ | ||
| 'names': ['uuid', 'read_bytes', 'read_bw_bytes_per_sec', 'read_utilization', 'read_duration_us', 'n_total_reads', 'n_p2p_reads', 'n_nvfs_reads', 'n_posix_reads', 'n_unaligned_reads', 'n_dr_reads', 'n_sparse_regions', 'n_inline_regions', 'n_reads_err', 'writes_bytes', 'write_bw_bytes_per_sec', 'write_utilization', 'write_duration_us', 'n_total_writes', 'n_p2p_writes', 'n_nvfs_writes', 'n_posix_writes', 'n_unaligned_writes', 'n_dr_writes', 'n_writes_err', 'n_mmap', 'n_mmap_ok', 'n_mmap_err', 'n_mmap_free', 'reg_bytes'], | ||
| 'formats': [_numpy.int8, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64], | ||
| 'formats': [(_numpy.int8, 16), _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64, _numpy.uint64], | ||
| 'offsets': [ | ||
| (<intptr_t>&(pod.uuid)) - (<intptr_t>&pod), | ||
| (<intptr_t>&(pod.read_bytes)) - (<intptr_t>&pod), | ||
|
|
@@ -2193,7 +2194,7 @@ cdef _get_stats_level2_dtype_offsets(): | |
| cdef CUfileStatsLevel2_t pod = CUfileStatsLevel2_t() | ||
| return _numpy.dtype({ | ||
| 'names': ['basic', 'read_size_kb_hist', 'write_size_kb_hist'], | ||
| 'formats': [stats_level1_dtype, _numpy.uint64, _numpy.uint64], | ||
| 'formats': [stats_level1_dtype, (_numpy.uint64, 32), (_numpy.uint64, 32)], | ||
| 'offsets': [ | ||
| (<intptr_t>&(pod.basic)) - (<intptr_t>&pod), | ||
| (<intptr_t>&(pod.read_size_kb_hist)) - (<intptr_t>&pod), | ||
|
|
@@ -2346,7 +2347,7 @@ cdef _get_stats_level3_dtype_offsets(): | |
| cdef CUfileStatsLevel3_t pod = CUfileStatsLevel3_t() | ||
| return _numpy.dtype({ | ||
| 'names': ['detailed', 'num_gpus', 'per_gpu_stats'], | ||
| 'formats': [stats_level2_dtype, _numpy.uint32, per_gpu_stats_dtype], | ||
| 'formats': [stats_level2_dtype, _numpy.uint32, (per_gpu_stats_dtype, 16)], | ||
|
Comment on lines
2347
to
+2350
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ditto, xref #1338 |
||
| 'offsets': [ | ||
| (<intptr_t>&(pod.detailed)) - (<intptr_t>&pod), | ||
| (<intptr_t>&(pod.num_gpus)) - (<intptr_t>&pod), | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xref #1505 (comment)