From d586c98df990f0dac1eb31b6670e1505044bee36 Mon Sep 17 00:00:00 2001 From: Jordan Jacobelli Date: Wed, 23 Oct 2024 14:20:53 +0200 Subject: [PATCH] Bump cuda latest version to 12.6 Signed-off-by: Jordan Jacobelli --- .devcontainer/devcontainer.json | 10 +++++----- ci/matrix.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2e237f4..c4774db 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc12-cuda12.4-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc12-cuda12.6-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, @@ -14,11 +14,11 @@ "SCCACHE_BUCKET": "rapids-sccache-devs", "AWS_ROLE_ARN": "arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs", "HISTFILE": "${containerWorkspaceFolder}/.cache/._bash_history", - "DEVCONTAINER_NAME": "cuda12.4-gcc12", - "CCCL_CUDA_VERSION": "12.4", + "DEVCONTAINER_NAME": "cuda12.6-gcc12", + "CCCL_CUDA_VERSION": "12.6", "CCCL_HOST_COMPILER": "gcc", "CCCL_HOST_COMPILER_VERSION": "12", - "CCCL_BUILD_INFIX": "cuda12.4-gcc12" + "CCCL_BUILD_INFIX": "cuda12.6-gcc12" }, "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", @@ -42,5 +42,5 @@ } } }, - "name": "cuda12.4-gcc12" + "name": "cuda12.6-gcc12" } diff --git a/ci/matrix.yaml b/ci/matrix.yaml index cb7b9ae..6da2d33 100644 --- a/ci/matrix.yaml +++ b/ci/matrix.yaml @@ -2,7 +2,7 @@ cuda_prev_min: &cuda_prev_min '11.1' # Does not support the CUPTI APIs we use (added in 11.3) cuda_prev_max: &cuda_prev_max '11.8' cuda_curr_min: &cuda_curr_min '12.0' -cuda_curr_max: &cuda_curr_max '12.4' +cuda_curr_max: &cuda_curr_max '12.6' # The version of the devcontainer images to use from https://hub.docker.com/r/rapidsai/devcontainers devcontainer_version: '24.12'