Skip to content

Commit

Permalink
Merge pull request #74 from ajschmidt8/master
Browse files Browse the repository at this point in the history
Add CUDA 11.3/11.4/11.5
  • Loading branch information
kkraus14 authored Jan 21, 2022
2 parents 93a1f39 + 8bdda2a commit 203aada
Show file tree
Hide file tree
Showing 35 changed files with 421 additions and 54 deletions.
45 changes: 37 additions & 8 deletions .azure-pipelines/azure-pipelines-linux.yml

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

17 changes: 13 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.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler_version:
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler_version:
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler_version:
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler_version:
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler_version:
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler_version:
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler_version:
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
Expand Down
28 changes: 28 additions & 0 deletions .ci_support/linux_64_cdt_namecos7cuda_compiler_version11.3.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.3'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.3
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
28 changes: 28 additions & 0 deletions .ci_support/linux_64_cdt_namecos7cuda_compiler_version11.4.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.4'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.4
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
28 changes: 28 additions & 0 deletions .ci_support/linux_64_cdt_namecos7cuda_compiler_version11.5.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.5'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.5
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ c_compiler_version:
cdt_arch:
- aarch64
cdt_name:
- cos8
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ c_compiler_version:
cdt_arch:
- aarch64
cdt_name:
- cos8
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ c_compiler_version:
cdt_arch:
- aarch64
cdt_name:
- cos8
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
32 changes: 32 additions & 0 deletions .ci_support/linux_aarch64_cuda_compiler_version11.3.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.3'
cxx_compiler:
- gxx
cxx_compiler_version:
- '8'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.3
target_platform:
- linux-aarch64
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.4.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.4'
cxx_compiler:
- gxx
cxx_compiler_version:
- '8'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.4
target_platform:
- linux-aarch64
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.5.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.5'
cxx_compiler:
- gxx
cxx_compiler_version:
- '8'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.5
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- cdt_name
- docker_image
Loading

0 comments on commit 203aada

Please sign in to comment.