Skip to content

Commit

Permalink
Merge pull request #94 from bdice/add_cuda_11.8
Browse files Browse the repository at this point in the history
Add CUDA 11.8
  • Loading branch information
jakirkham authored Dec 1, 2022
2 parents 475b23f + fac4aad commit 9c8e433
Show file tree
Hide file tree
Showing 21 changed files with 207 additions and 76 deletions.
12 changes: 12 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines-win.yml

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

28 changes: 28 additions & 0 deletions .ci_support/linux_64_cdt_namecos7cuda_compiler_version11.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
32 changes: 32 additions & 0 deletions .ci_support/linux_aarch64_cuda_compiler_version11.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '8'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '8'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.8
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
28 changes: 28 additions & 0 deletions .ci_support/linux_ppc64le_cuda_compiler_version11.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
c_compiler:
- gcc
c_compiler_version:
- '8'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '8'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le-cuda:11.8
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
4 changes: 2 additions & 2 deletions .ci_support/win_64_cuda_compiler_version10.1.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c_compiler:
- vs2017
- vs2019
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -9,6 +9,6 @@ cuda_compiler:
cuda_compiler_version:
- '10.1'
cxx_compiler:
- vs2017
- vs2019
target_platform:
- win-64
4 changes: 2 additions & 2 deletions .ci_support/win_64_cuda_compiler_version10.2.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c_compiler:
- vs2017
- vs2019
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -9,6 +9,6 @@ cuda_compiler:
cuda_compiler_version:
- '10.2'
cxx_compiler:
- vs2017
- vs2019
target_platform:
- win-64
4 changes: 2 additions & 2 deletions .ci_support/win_64_cuda_compiler_version11.0.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c_compiler:
- vs2017
- vs2019
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -9,6 +9,6 @@ cuda_compiler:
cuda_compiler_version:
- '11.0'
cxx_compiler:
- vs2017
- vs2019
target_platform:
- win-64
4 changes: 2 additions & 2 deletions .ci_support/win_64_cuda_compiler_version11.1.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c_compiler:
- vs2017
- vs2019
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -9,6 +9,6 @@ cuda_compiler:
cuda_compiler_version:
- '11.1'
cxx_compiler:
- vs2017
- vs2019
target_platform:
- win-64
4 changes: 2 additions & 2 deletions .ci_support/win_64_cuda_compiler_version11.2.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c_compiler:
- vs2017
- vs2019
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -9,6 +9,6 @@ cuda_compiler:
cuda_compiler_version:
- '11.2'
cxx_compiler:
- vs2017
- vs2019
target_platform:
- win-64
4 changes: 2 additions & 2 deletions .ci_support/win_64_cuda_compiler_version11.3.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c_compiler:
- vs2017
- vs2019
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -9,6 +9,6 @@ cuda_compiler:
cuda_compiler_version:
- '11.3'
cxx_compiler:
- vs2017
- vs2019
target_platform:
- win-64
4 changes: 2 additions & 2 deletions .ci_support/win_64_cuda_compiler_version11.4.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c_compiler:
- vs2017
- vs2019
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -9,6 +9,6 @@ cuda_compiler:
cuda_compiler_version:
- '11.4'
cxx_compiler:
- vs2017
- vs2019
target_platform:
- win-64
4 changes: 2 additions & 2 deletions .ci_support/win_64_cuda_compiler_version11.5.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c_compiler:
- vs2017
- vs2019
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -9,6 +9,6 @@ cuda_compiler:
cuda_compiler_version:
- '11.5'
cxx_compiler:
- vs2017
- vs2019
target_platform:
- win-64
4 changes: 2 additions & 2 deletions .ci_support/win_64_cuda_compiler_version11.6.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c_compiler:
- vs2017
- vs2019
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -9,6 +9,6 @@ cuda_compiler:
cuda_compiler_version:
- '11.6'
cxx_compiler:
- vs2017
- vs2019
target_platform:
- win-64
4 changes: 2 additions & 2 deletions .ci_support/win_64_cuda_compiler_version11.7.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c_compiler:
- vs2017
- vs2019
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -9,6 +9,6 @@ cuda_compiler:
cuda_compiler_version:
- '11.7'
cxx_compiler:
- vs2017
- vs2019
target_platform:
- win-64
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
c_compiler:
- vs2017
- vs2019
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.0'
- '11.8'
cxx_compiler:
- vs2017
- vs2019
target_platform:
- win-64
2 changes: 1 addition & 1 deletion .circleci/config.yml

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

4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

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

Loading

0 comments on commit 9c8e433

Please sign in to comment.