1616cuda_oldest : &cuda_oldest '12.0'
1717cuda_newest : &cuda_newest '13.1'
1818
19- # The GPUs to test on
20- # Note: This assumes that the appropriate gpu_build_archs are set to include building for the GPUs listed here
21- gpus :
22- - ' a100'
23- - ' v100'
24-
2519# The version of the devcontainer images to use from https://hub.docker.com/r/rapidsai/devcontainers
2620devcontainer_version : ' 26.04'
2721
@@ -42,8 +36,8 @@ devcontainer_version: '26.04'
4236# Configurations that will run for every PR
4337pull_request :
4438 nvcc :
45- - {cuda: *cuda_oldest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'gcc', version: '11', exe: 'g++'}, gpu_build_archs: '70', std: [17], jobs: ['build', 'test']}
46- - {cuda: *cuda_newest, os: 'ubuntu24.04', cpu: 'amd64', compiler: {name: 'gcc', version: '14', exe: 'g++'}, gpu_build_archs: '70 ', std: [17], jobs: ['build', 'test']}
39+ - {cuda: *cuda_oldest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'gcc', version: '11', exe: 'g++'}, gpu_build_archs: '70,80 ', std: [17], jobs: ['build', 'test']}
40+ - {cuda: *cuda_newest, os: 'ubuntu24.04', cpu: 'amd64', compiler: {name: 'gcc', version: '14', exe: 'g++'}, gpu_build_archs: '80,90,100 ', std: [17], jobs: ['build', 'test']}
4741 - {cuda: *cuda_newest, os: 'ubuntu24.04', cpu: 'arm64', compiler: {name: 'gcc', version: '14', exe: 'g++'}, gpu_build_archs: '80,90,100', std: [17], jobs: ['build']}
4842 - {cuda: *cuda_oldest, os: 'ubuntu20.04', cpu: 'amd64', compiler: {name: 'llvm', version: '14', exe: 'clang++'}, gpu_build_archs: '70', std: [17], jobs: ['build']}
4943 - {cuda: *cuda_newest, os: 'ubuntu24.04', cpu: 'amd64', compiler: {name: 'llvm', version: '21', exe: 'clang++'}, gpu_build_archs: '100', std: [17], jobs: ['build']}
0 commit comments