Skip to content

Commit 76b0f53

Browse files
committed
Update CI matrix and devcontainers.
1 parent dee9400 commit 76b0f53

File tree

41 files changed

+393
-400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+393
-400
lines changed

.devcontainer/cuda11.1-gcc7/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.12-cpp-gcc7-cuda11.1-ubuntu18.04",
3+
"image": "rapidsai/devcontainers:25.04-cpp-gcc7-cuda11.1-ubuntu18.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},

.devcontainer/cuda11.1-gcc8/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.12-cpp-gcc8-cuda11.1-ubuntu18.04",
3+
"image": "rapidsai/devcontainers:25.04-cpp-gcc8-cuda11.1-ubuntu18.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},

.devcontainer/cuda11.1-gcc9/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.12-cpp-gcc9-cuda11.1-ubuntu18.04",
3+
"image": "rapidsai/devcontainers:25.04-cpp-gcc9-cuda11.1-ubuntu18.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},

.devcontainer/cuda11.1-llvm9/devcontainer.json

Lines changed: 0 additions & 46 deletions
This file was deleted.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"shutdownAction": "stopContainer",
3+
"image": "rapidsai/devcontainers:25.04-cpp-gcc10-cuda11.8-ubuntu22.04",
4+
"hostRequirements": {
5+
"gpu": "optional"
6+
},
7+
"initializeCommand": [
8+
"/bin/bash",
9+
"-c",
10+
"mkdir -m 0755 -p ${localWorkspaceFolder}/.{aws,cache,config}"
11+
],
12+
"containerEnv": {
13+
"SCCACHE_REGION": "us-east-2",
14+
"SCCACHE_BUCKET": "rapids-sccache-devs",
15+
"AWS_ROLE_ARN": "arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs",
16+
"HISTFILE": "${containerWorkspaceFolder}/.cache/._bash_history",
17+
"DEVCONTAINER_NAME": "cuda11.8-gcc10",
18+
"CCCL_CUDA_VERSION": "11.8",
19+
"CCCL_HOST_COMPILER": "gcc",
20+
"CCCL_HOST_COMPILER_VERSION": "10",
21+
"CCCL_BUILD_INFIX": "cuda11.8-gcc10"
22+
},
23+
"workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}",
24+
"workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent",
25+
"mounts": [
26+
"source=${localWorkspaceFolder}/.aws,target=/home/coder/.aws,type=bind,consistency=consistent",
27+
"source=${localWorkspaceFolder}/.cache,target=/home/coder/.cache,type=bind,consistency=consistent",
28+
"source=${localWorkspaceFolder}/.config,target=/home/coder/.config,type=bind,consistency=consistent"
29+
],
30+
"customizations": {
31+
"vscode": {
32+
"extensions": [
33+
"llvm-vs-code-extensions.vscode-clangd",
34+
"xaver.clang-format"
35+
],
36+
"settings": {
37+
"editor.defaultFormatter": "xaver.clang-format",
38+
"clang-format.executable": "/usr/local/bin/clang-format",
39+
"clangd.arguments": [
40+
"--compile-commands-dir=${workspaceFolder}"
41+
]
42+
}
43+
}
44+
},
45+
"name": "cuda11.8-gcc10"
46+
}

.devcontainer/cuda11.8-gcc11/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.12-cpp-gcc11-cuda11.8-ubuntu22.04",
3+
"image": "rapidsai/devcontainers:25.04-cpp-gcc11-cuda11.8-ubuntu22.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},

.devcontainer/cuda12.0-gcc10/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.12-cpp-gcc10-cuda12.0-ubuntu20.04",
3+
"image": "rapidsai/devcontainers:25.04-cpp-gcc10-cuda12.0-ubuntu20.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},

.devcontainer/cuda12.0-gcc11/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.12-cpp-gcc11-cuda12.0-ubuntu22.04",
3+
"image": "rapidsai/devcontainers:25.04-cpp-gcc11-cuda12.0-ubuntu22.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},

.devcontainer/cuda12.0-gcc12/devcontainer.json

Lines changed: 1 addition & 1 deletion
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.0-ubuntu22.04",
3+
"image": "rapidsai/devcontainers:25.04-cpp-gcc12-cuda12.0-ubuntu22.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},

.devcontainer/cuda12.6-llvm13/devcontainer.json renamed to .devcontainer/cuda12.0-gcc13/devcontainer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.12-cpp-llvm13-cuda12.6-ubuntu20.04",
3+
"image": "rapidsai/devcontainers:25.04-cpp-gcc13-cuda12.0-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.6-llvm13",
18-
"CCCL_CUDA_VERSION": "12.6",
19-
"CCCL_HOST_COMPILER": "llvm",
17+
"DEVCONTAINER_NAME": "cuda12.0-gcc13",
18+
"CCCL_CUDA_VERSION": "12.0",
19+
"CCCL_HOST_COMPILER": "gcc",
2020
"CCCL_HOST_COMPILER_VERSION": "13",
21-
"CCCL_BUILD_INFIX": "cuda12.6-llvm13"
21+
"CCCL_BUILD_INFIX": "cuda12.0-gcc13"
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.6-llvm13"
45+
"name": "cuda12.0-gcc13"
4646
}

0 commit comments

Comments
 (0)