Commit 0c2778d
committed
Fix Windows GPU CI: bump Jimver CUDA + switch Vulkan SDK action
First CI run on PR #276 (run 28327740376): default Ninja flip, MSVC
classifier, and the OpenCL job were green; CUDA and Vulkan failed on
toolchain setup.
- CUDA: `Jimver/cuda-toolkit@v0.2.24` errored "Version not available:
13.0.0" (that tag predates CUDA 13.x). Bump to @v0.2.35 and request
13.2.0 (matches the Linux pin; classifier stays cuda13-windows-x86-64).
Also clears the Node 20 deprecation warning.
- Vulkan: humbletim/install-vulkan-sdk set VULKAN_SDK but laid out the
SDK in a way CMake's FindVulkan could not read (missing Vulkan_LIBRARY
/ Vulkan_INCLUDE_DIR). Switch to jakoch/install-vulkan-sdk-action@v1.6.0
(purpose-built, FindVulkan-compatible), vulkan_version 1.4.350.0.
Docs (CLAUDE.md, TODO.md) updated with the resolved toolchain versions
and the first-run results.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Deqf9xS6jz9t1idytVTaPV1 parent e3ba405 commit 0c2778d
3 files changed
Lines changed: 22 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
701 | 701 | | |
702 | 702 | | |
703 | 703 | | |
704 | | - | |
| 704 | + | |
705 | 705 | | |
706 | 706 | | |
707 | | - | |
| 707 | + | |
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
| |||
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
754 | | - | |
| 754 | + | |
755 | 755 | | |
756 | | - | |
| 756 | + | |
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
| |||
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
232 | 235 | | |
233 | 236 | | |
234 | 237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | | - | |
| 200 | + | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
0 commit comments