Skip to content

Commit 533bf38

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

File tree

22 files changed

+255
-255
lines changed

22 files changed

+255
-255
lines changed

.devcontainer/cuda12.4-llvm10/devcontainer.json

Lines changed: 0 additions & 46 deletions
This file was deleted.

.devcontainer/cuda12.4-llvm11/devcontainer.json

Lines changed: 0 additions & 46 deletions
This file was deleted.

.devcontainer/cuda12.4-llvm12/devcontainer.json

Lines changed: 0 additions & 46 deletions
This file was deleted.

.devcontainer/cuda12.4-llvm13/devcontainer.json

Lines changed: 0 additions & 46 deletions
This file was deleted.

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

.devcontainer/cuda12.4-gcc11/devcontainer.json renamed to .devcontainer/cuda12.6-gcc11/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-gcc11-cuda12.4-ubuntu22.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-gcc11-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-gcc11",
18-
"CCCL_CUDA_VERSION": "12.4",
17+
"DEVCONTAINER_NAME": "cuda12.6-gcc11",
18+
"CCCL_CUDA_VERSION": "12.6",
1919
"CCCL_HOST_COMPILER": "gcc",
2020
"CCCL_HOST_COMPILER_VERSION": "11",
21-
"CCCL_BUILD_INFIX": "cuda12.4-gcc11"
21+
"CCCL_BUILD_INFIX": "cuda12.6-gcc11"
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-gcc11"
45+
"name": "cuda12.6-gcc11"
4646
}

.devcontainer/cuda12.4-gcc12/devcontainer.json renamed to .devcontainer/cuda12.6-gcc12/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
}

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

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

.devcontainer/cuda12.4-gcc9/devcontainer.json renamed to .devcontainer/cuda12.6-gcc9/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-gcc9-cuda12.4-ubuntu20.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-gcc9-cuda12.6-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.4-gcc9",
18-
"CCCL_CUDA_VERSION": "12.4",
17+
"DEVCONTAINER_NAME": "cuda12.6-gcc9",
18+
"CCCL_CUDA_VERSION": "12.6",
1919
"CCCL_HOST_COMPILER": "gcc",
2020
"CCCL_HOST_COMPILER_VERSION": "9",
21-
"CCCL_BUILD_INFIX": "cuda12.4-gcc9"
21+
"CCCL_BUILD_INFIX": "cuda12.6-gcc9"
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-gcc9"
45+
"name": "cuda12.6-gcc9"
4646
}

0 commit comments

Comments
 (0)