Skip to content

Commit 46549f7

Browse files
committed
Update CI matrix and devcontainers.
1 parent dee9400 commit 46549f7

File tree

41 files changed

+388
-442
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

+388
-442
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.

.devcontainer/cuda12.6-gcc10/devcontainer.json renamed to .devcontainer/cuda11.8-gcc10/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-gcc10-cuda12.6-ubuntu20.04",
3+
"image": "rapidsai/devcontainers:25.04-cpp-gcc10-cuda11.8-ubuntu20.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-gcc10",
18-
"CCCL_CUDA_VERSION": "12.6",
17+
"DEVCONTAINER_NAME": "cuda11.8-gcc10",
18+
"CCCL_CUDA_VERSION": "11.8",
1919
"CCCL_HOST_COMPILER": "gcc",
2020
"CCCL_HOST_COMPILER_VERSION": "10",
21-
"CCCL_BUILD_INFIX": "cuda12.6-gcc10"
21+
"CCCL_BUILD_INFIX": "cuda11.8-gcc10"
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-gcc10"
45+
"name": "cuda11.8-gcc10"
4646
}

.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.0-llvm13/devcontainer.json renamed to .devcontainer/cuda12.0-gcc13/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-llvm13-cuda12.0-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.0-llvm13",
17+
"DEVCONTAINER_NAME": "cuda12.0-gcc13",
1818
"CCCL_CUDA_VERSION": "12.0",
19-
"CCCL_HOST_COMPILER": "llvm",
19+
"CCCL_HOST_COMPILER": "gcc",
2020
"CCCL_HOST_COMPILER_VERSION": "13",
21-
"CCCL_BUILD_INFIX": "cuda12.0-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.0-llvm13"
45+
"name": "cuda12.0-gcc13"
4646
}

0 commit comments

Comments
 (0)