Skip to content

Commit

Permalink
Merge pull request #40 from conda-forge-admin/conda_forge_admin_39
Browse files Browse the repository at this point in the history
Support CUDA 12
  • Loading branch information
leofang committed Apr 6, 2023
2 parents 5941a48 + 043cde3 commit 3a74556
Show file tree
Hide file tree
Showing 19 changed files with 78 additions and 426 deletions.
14 changes: 3 additions & 11 deletions .azure-pipelines/azure-pipelines-linux.yml

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

10 changes: 2 additions & 8 deletions .azure-pipelines/azure-pipelines-win.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
@@ -1,28 +1,21 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
- '11'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.0'
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.0
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler_version
- cdt_name
- docker_image

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
arm_variant_type:
- sbsa
c_compiler:
- gcc
c_compiler_version:
- '9'
- '11'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -12,21 +14,14 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.1'
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.1
- quay.io/condaforge/linux-anvil-aarch64
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler_version
- cdt_name
- docker_image
32 changes: 0 additions & 32 deletions .ci_support/linux_aarch64_cuda_compiler_version11.0.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,28 +1,21 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
- '11'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.1'
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le-cuda:11.1
- quay.io/condaforge/linux-anvil-ppc64le
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler_version
- cdt_name
- docker_image

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.2'
cxx_compiler:
- vs2019
target_platform:
Expand Down
14 changes: 0 additions & 14 deletions .ci_support/win_64_cuda_compiler_version11.0.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .ci_support/win_64_cuda_compiler_version11.1.yaml

This file was deleted.

19 changes: 2 additions & 17 deletions .travis.yml

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

Loading

0 comments on commit 3a74556

Please sign in to comment.