-
Notifications
You must be signed in to change notification settings - Fork 217
Test CUDA 13.0 on Windows CI. #329
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
Conversation
ae538b8 to
7364e53
Compare
cc3ac83 to
a3f5617
Compare
|
After a bazillion rounds of trial and error this is now working. |
.github/workflows/ci_windows.yml
Outdated
| cuda: ${{ matrix.cuda }} | ||
| method: network | ||
| linux-local-args: ${{ toJson(matrix.linux-local-args) }} | ||
| linux-local-args: "[]" |
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.
Should this be deleted like the other one? It doesn't appear to be used?
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.
True, https://github.com/Jimver/cuda-toolkit says it's Linux only. I will remove it.
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
80756b7 to
f364fd4
Compare
|
Ready to go now. |
LegNeato
left a comment
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.
![]()
In addition to the 12.8.1 testing.