From 8f35ed50b246f317178d4d37d6f39ad07e02d2f9 Mon Sep 17 00:00:00 2001 From: Daniel Juenger <2955913+sleeepyjack@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:00:21 +0000 Subject: [PATCH] Add CUDA 11.8 CI config --- ci/matrix.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/matrix.yml b/ci/matrix.yml index a3b64f338..013a4d024 100644 --- a/ci/matrix.yml +++ b/ci/matrix.yml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cuda_oldest: &cuda_oldest '12.2' +cuda_oldest: &cuda_oldest '11.8' cuda_newest: &cuda_newest '12.2' # The GPUs to test on @@ -23,7 +23,7 @@ gpus: - 'v100' # The version of the devcontainer images to use from https://hub.docker.com/r/rapidsai/devcontainers -devcontainer_version: '23.10' +devcontainer_version: '23.12' # Each environment below will generate a unique build/test job # See the "compute-matrix" job in the workflow for how this is parsed and used @@ -42,5 +42,6 @@ devcontainer_version: '23.10' # Configurations that will run for every PR pull_request: nvcc: + - {cuda: *cuda_oldest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'gcc', version: '11', exe: 'g++'}, gpu_build_archs: '70', std: [17], jobs: ['build', 'test']} - {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'amd64', compiler: {name: 'gcc', version: '12', exe: 'g++'}, gpu_build_archs: '70', std: [17], jobs: ['build', 'test']} - {cuda: *cuda_newest, os: 'ubuntu22.04', cpu: 'arm64', compiler: {name: 'gcc', version: '12', exe: 'g++'}, gpu_build_archs: '60,90', std: [17], jobs: ['build']} \ No newline at end of file