Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 30 additions & 30 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ channel_targets:
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.6'
- '12.9'
cudnn:
- '9'
cxx_compiler:
Expand Down Expand Up @@ -53,11 +53,7 @@ mkl:
nccl:
- '2'
numpy:
- '2.0'
- '2.0'
- '2.0'
- '2'
- '2.0'
orc:
- 2.1.2
pin_run_as_build:
Expand All @@ -77,12 +73,8 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
- - channel_targets
- is_rc
- - python
- numpy
zlib:
- '1'
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ channel_sources:
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cudnn:
Expand Down Expand Up @@ -53,11 +53,7 @@ mkl:
nccl:
- '2'
numpy:
- '2.0'
- '2.0'
- '2.0'
- '2'
- '2.0'
orc:
- 2.1.2
pin_run_as_build:
Expand All @@ -77,12 +73,8 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
- - channel_targets
- is_rc
- - python
- numpy
zlib:
- '1'
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ channel_targets:
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.6'
- '12.9'
cudnn:
- '9'
cxx_compiler:
Expand Down Expand Up @@ -53,11 +53,7 @@ mkl:
nccl:
- '2'
numpy:
- '2.0'
- '2.0'
- '2.0'
- '2'
- '2.0'
orc:
- 2.1.2
pin_run_as_build:
Expand All @@ -77,12 +73,8 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
- - channel_targets
- is_rc
- - python
- numpy
zlib:
- '1'
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ channel_sources:
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cudnn:
Expand Down Expand Up @@ -53,11 +53,7 @@ mkl:
nccl:
- '2'
numpy:
- '2.0'
- '2.0'
- '2.0'
- '2'
- '2.0'
orc:
- 2.1.2
pin_run_as_build:
Expand All @@ -77,12 +73,8 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
- - channel_targets
- is_rc
- - python
- numpy
zlib:
- '1'
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ channel_targets:
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.6'
- '12.9'
cudnn:
- '9'
cxx_compiler:
Expand Down Expand Up @@ -53,11 +53,7 @@ mkl:
nccl:
- '2'
numpy:
- '2.0'
- '2.0'
- '2.0'
- '2'
- '2.0'
orc:
- 2.1.2
pin_run_as_build:
Expand All @@ -77,12 +73,8 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
- - channel_targets
- is_rc
- - python
- numpy
zlib:
- '1'
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ channel_sources:
channel_targets:
- conda-forge main
cuda_compiler:
- None
- cuda-nvcc
cuda_compiler_version:
- None
cudnn:
Expand Down Expand Up @@ -53,11 +53,7 @@ mkl:
nccl:
- '2'
numpy:
- '2.0'
- '2.0'
- '2.0'
- '2'
- '2.0'
orc:
- 2.1.2
pin_run_as_build:
Expand All @@ -77,12 +73,8 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- docker_image
- - channel_targets
- is_rc
- - python
- numpy
zlib:
- '1'
43 changes: 43 additions & 0 deletions .ci_support/migrations/cuda129.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
migrator_ts: 1738229377
__migrator:
kind:
version
migration_number:
1
build_number:
1
paused: false
use_local: true
override_cbc_keys:
- cuda_compiler_stub
check_solvable: false
primary_key: cuda_compiler_version
ordering:
cuda_compiler_version:
- 11.8
- 12.4
- 12.6
- 12.8
- None
- 12.9
commit_message: |
Upgrade to CUDA 12.9

With CUDA 12.9, the following new architectures are added `sm_100`, `sm_101` and `sm_120`.
To build for these architectures, maintainers will need to add these to list of architectures
that their package builds for.

ref: https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#new-features

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

c_compiler_version: # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- 13 # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]

cxx_compiler_version: # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- 13 # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]

fortran_compiler_version: # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- 13 # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
Loading
Loading