Skip to content

Commit

Permalink
Merge pull request #6720 from isuruf/cuda12.6
Browse files Browse the repository at this point in the history
Move to cuda 12.6
  • Loading branch information
h-vetinari authored Nov 23, 2024
2 parents 8b2a624 + 0c95780 commit 0154e00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ cuda_compiler:
cuda_compiler_version:
- None
- 11.8 # [(linux or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- 12.0 # [(linux or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- 12.4 # [linux and ppc64le and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- 12.6 # [((linux and not ppc64le) or win64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
cuda_compiler_version_min:
- None # [osx]
- 11.8 # [linux or win64]
Expand Down

0 comments on commit 0154e00

Please sign in to comment.