Test CUDA 13.0 on Windows CI.#329
Merged
Merged
Conversation
nnethercote
force-pushed
the
cuda13-on-windows-ci
branch
from
December 1, 2025 04:46
ae538b8 to
7364e53
Compare
nnethercote
marked this pull request as draft
December 1, 2025 04:47
nnethercote
force-pushed
the
cuda13-on-windows-ci
branch
27 times, most recently
from
December 2, 2025 05:21
cc3ac83 to
a3f5617
Compare
nnethercote
marked this pull request as ready for review
December 2, 2025 05:45
Collaborator
Author
|
After a bazillion rounds of trial and error this is now working. |
LegNeato
reviewed
Dec 5, 2025
| cuda: ${{ matrix.cuda }} | ||
| method: network | ||
| linux-local-args: ${{ toJson(matrix.linux-local-args) }} | ||
| linux-local-args: "[]" |
Contributor
There was a problem hiding this comment.
Should this be deleted like the other one? It doesn't appear to be used?
Collaborator
Author
There was a problem hiding this comment.
True, https://github.com/Jimver/cuda-toolkit says it's Linux only. I will remove it.
nnethercote
force-pushed
the
cuda13-on-windows-ci
branch
from
December 5, 2025 04:03
a3f5617 to
80756b7
Compare
- `pwsh` is the default shell on Windows, no need to specify it. - Putting a backtick at the end of a line lets you continue it on the next, like a backslash in Unix shells.
We need to account for some CUDA 12 vs 13 differences: - new sub-packages - the location of `nvvm64_40_0.dll` - Jitver/cuda-toolkit needs updating to handle CUDA 13
nnethercote
force-pushed
the
cuda13-on-windows-ci
branch
from
December 5, 2025 04:11
80756b7 to
f364fd4
Compare
Collaborator
Author
|
Ready to go now. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
In addition to the 12.8.1 testing.