Skip to content

Commit c1ae39b

Browse files
h-vetinarimgorny
authored andcommitted
Reapply "use CUDA 12.8 on windows"
Signed-off-by: Michał Górny <[email protected]>
1 parent 704ebb2 commit c1ae39b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci_support/migrations/cuda129.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ __migrator:
4444
ref: https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#new-features
4545
4646
cuda_compiler_version: # [((linux and (x86_64 or aarch64)) or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
47-
- 12.9 # [((linux and (x86_64 or aarch64)) or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
47+
- 12.9 # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
48+
- 12.8 # [win64 and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
4849

4950
cuda_compiler_version_min: # [((linux and (x86_64 or aarch64)) or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
5051
- 12.9 # [((linux and (x86_64 or aarch64)) or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]

0 commit comments

Comments
 (0)