Skip to content

Commit d586c98

Browse files
committed
Bump cuda latest version to 12.6
Signed-off-by: Jordan Jacobelli <[email protected]>
1 parent 4ec43b7 commit d586c98

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.12-cpp-gcc12-cuda12.4-ubuntu22.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-gcc12-cuda12.6-ubuntu22.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},
@@ -14,11 +14,11 @@
1414
"SCCACHE_BUCKET": "rapids-sccache-devs",
1515
"AWS_ROLE_ARN": "arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs",
1616
"HISTFILE": "${containerWorkspaceFolder}/.cache/._bash_history",
17-
"DEVCONTAINER_NAME": "cuda12.4-gcc12",
18-
"CCCL_CUDA_VERSION": "12.4",
17+
"DEVCONTAINER_NAME": "cuda12.6-gcc12",
18+
"CCCL_CUDA_VERSION": "12.6",
1919
"CCCL_HOST_COMPILER": "gcc",
2020
"CCCL_HOST_COMPILER_VERSION": "12",
21-
"CCCL_BUILD_INFIX": "cuda12.4-gcc12"
21+
"CCCL_BUILD_INFIX": "cuda12.6-gcc12"
2222
},
2323
"workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}",
2424
"workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent",
@@ -42,5 +42,5 @@
4242
}
4343
}
4444
},
45-
"name": "cuda12.4-gcc12"
45+
"name": "cuda12.6-gcc12"
4646
}

ci/matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cuda_prev_min: &cuda_prev_min '11.1' # Does not support the CUPTI APIs we use (added in 11.3)
33
cuda_prev_max: &cuda_prev_max '11.8'
44
cuda_curr_min: &cuda_curr_min '12.0'
5-
cuda_curr_max: &cuda_curr_max '12.4'
5+
cuda_curr_max: &cuda_curr_max '12.6'
66

77
# The version of the devcontainer images to use from https://hub.docker.com/r/rapidsai/devcontainers
88
devcontainer_version: '24.12'

0 commit comments

Comments
 (0)