-
Notifications
You must be signed in to change notification settings - Fork 329
Pull 13.4.1 changes into main #2789
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
mdboom
wants to merge
30
commits into
NVIDIA:main
Choose a base branch
from
mdboom:13.4.x
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.
+15,515
−4,103
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
2531797
CTK 13.4 prerelease integration (#2437)
mdboom 7a8463b
13.4 prerelease: Fix release automation issues (#2445)
mdboom 83023b6
Revert CTK installation workarounds
mdboom 8f75d26
Merge remote-tracking branch 'upstream/main' into 13.4.x
mdboom 9d762dd
Add Windows-on-ARM support
mdboom 3d204cb
git merge --squash ctk-next-public-main-2026-09-04+1303-merge; preser…
rwgk a140f47
Update release notes and versions
mdboom 1464def
Remove obsolete cuda_bindings test_helper
mdboom 7424b41
Fix regression in NVML docstring
mdboom 7cfdad7
Fix Windows on ARM build
mdboom c221b55
Fix up versions in release notes a bit
mdboom 554bf2b
Update pixi configs
mdboom a6f6adc
Exclude Python 3.10 on Windows-on-ARM
mdboom 4581b96
Remove cupti dlls
mdboom 6a49756
Skip flaky test mentioned in #2790
mdboom 0dda534
Fix version in release notes
mdboom 51ad4ac
Address agent feedback #3
mdboom 0b233a4
Address agent feedback #4: Update unsupported_before calls to use Non…
mdboom 4936dcd
Don't include pre-releases in the toctree
mdboom c10db05
Revert test skip
mdboom 946f067
test(cuda.core): serialize thread-unsafe IPC error tests (#2785)
rluo8 4732fec
Revert "cuda.core: refresh frozen CUresult explanation table for CUDA…
rwgk 52c4c14
Validate that the ctk restored correctly
mdboom e253173
Add comment: Do not update it past CUDA Toolkit v13.1.1
rwgk 901323d
Merge remote-tracking branch 'rwgk/refreeze_enum_tables' into 13.4.x
mdboom 452b9a1
Remove erroneous validation
mdboom 0770ab6
Prepare for 13.4.1 release (#2788)
mdboom eab8533
Temporarily disable setting arch in Windows build
mdboom 2c433e3
Merge remote-tracking branch 'origin/13.4.x' into 13.4.x
mdboom 76f6782
Re-enable forcing architecture
mdboom 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
We only use 1 CUDA major.minor to build in the main branch. Now that we bump the build floor I think this can be dropped and simplified.
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.
mainbuilds cuda-core twice and then combines them.13.x build
12.x build
merge wheel
Looking at this linux-x64 build on a PR, for example, you can see all three steps running.
This is needed so it doesn't build a 12.9 for Windows on ARM (which wouldn't compile) and merge it into the megawheel.