Commit 93163c1
Fix CUDA V100 compat: add JULIA_CUDA_USE_COMPAT=false env var
GPU tests failed with "Please use a device with at least capability
7.5" because CUDA_Driver_jll v13 dropped V100 (cc 7.0) support. The
LocalPreferences.toml wasn't being picked up by the test environment.
Fix by setting JULIA_CUDA_USE_COMPAT=false env var in GPU workflow to
force using the system CUDA driver instead of the bundled one. Also
add CUDA_Driver_jll and CUDA_Runtime_jll to Project.toml deps so
LocalPreferences.toml can be read.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b4102bc commit 93163c1
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments