diff --git a/.devcontainer/cuda11.1-gcc7/devcontainer.json b/.devcontainer/cuda11.1-gcc7/devcontainer.json deleted file mode 100644 index 63f1729..0000000 --- a/.devcontainer/cuda11.1-gcc7/devcontainer.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc7-cuda11.1-ubuntu18.04", - "hostRequirements": { - "gpu": "optional" - }, - "initializeCommand": [ - "/bin/bash", - "-c", - "mkdir -m 0755 -p ${localWorkspaceFolder}/.{aws,cache,config}" - ], - "containerEnv": { - "SCCACHE_REGION": "us-east-2", - "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": "cuda11.1-gcc7", - "CCCL_CUDA_VERSION": "11.1", - "CCCL_HOST_COMPILER": "gcc", - "CCCL_HOST_COMPILER_VERSION": "7", - "CCCL_BUILD_INFIX": "cuda11.1-gcc7" - }, - "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", - "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", - "mounts": [ - "source=${localWorkspaceFolder}/.aws,target=/home/coder/.aws,type=bind,consistency=consistent", - "source=${localWorkspaceFolder}/.cache,target=/home/coder/.cache,type=bind,consistency=consistent", - "source=${localWorkspaceFolder}/.config,target=/home/coder/.config,type=bind,consistency=consistent" - ], - "customizations": { - "vscode": { - "extensions": [ - "llvm-vs-code-extensions.vscode-clangd", - "xaver.clang-format" - ], - "settings": { - "editor.defaultFormatter": "xaver.clang-format", - "clang-format.executable": "/usr/local/bin/clang-format", - "clangd.arguments": [ - "--compile-commands-dir=${workspaceFolder}" - ] - } - } - }, - "name": "cuda11.1-gcc7" -} diff --git a/.devcontainer/cuda11.1-gcc8/devcontainer.json b/.devcontainer/cuda11.1-gcc8/devcontainer.json deleted file mode 100644 index 0794c1a..0000000 --- a/.devcontainer/cuda11.1-gcc8/devcontainer.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc8-cuda11.1-ubuntu18.04", - "hostRequirements": { - "gpu": "optional" - }, - "initializeCommand": [ - "/bin/bash", - "-c", - "mkdir -m 0755 -p ${localWorkspaceFolder}/.{aws,cache,config}" - ], - "containerEnv": { - "SCCACHE_REGION": "us-east-2", - "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": "cuda11.1-gcc8", - "CCCL_CUDA_VERSION": "11.1", - "CCCL_HOST_COMPILER": "gcc", - "CCCL_HOST_COMPILER_VERSION": "8", - "CCCL_BUILD_INFIX": "cuda11.1-gcc8" - }, - "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", - "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", - "mounts": [ - "source=${localWorkspaceFolder}/.aws,target=/home/coder/.aws,type=bind,consistency=consistent", - "source=${localWorkspaceFolder}/.cache,target=/home/coder/.cache,type=bind,consistency=consistent", - "source=${localWorkspaceFolder}/.config,target=/home/coder/.config,type=bind,consistency=consistent" - ], - "customizations": { - "vscode": { - "extensions": [ - "llvm-vs-code-extensions.vscode-clangd", - "xaver.clang-format" - ], - "settings": { - "editor.defaultFormatter": "xaver.clang-format", - "clang-format.executable": "/usr/local/bin/clang-format", - "clangd.arguments": [ - "--compile-commands-dir=${workspaceFolder}" - ] - } - } - }, - "name": "cuda11.1-gcc8" -} diff --git a/.devcontainer/cuda11.1-gcc9/devcontainer.json b/.devcontainer/cuda11.1-gcc9/devcontainer.json deleted file mode 100644 index 90b4683..0000000 --- a/.devcontainer/cuda11.1-gcc9/devcontainer.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc9-cuda11.1-ubuntu18.04", - "hostRequirements": { - "gpu": "optional" - }, - "initializeCommand": [ - "/bin/bash", - "-c", - "mkdir -m 0755 -p ${localWorkspaceFolder}/.{aws,cache,config}" - ], - "containerEnv": { - "SCCACHE_REGION": "us-east-2", - "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": "cuda11.1-gcc9", - "CCCL_CUDA_VERSION": "11.1", - "CCCL_HOST_COMPILER": "gcc", - "CCCL_HOST_COMPILER_VERSION": "9", - "CCCL_BUILD_INFIX": "cuda11.1-gcc9" - }, - "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", - "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", - "mounts": [ - "source=${localWorkspaceFolder}/.aws,target=/home/coder/.aws,type=bind,consistency=consistent", - "source=${localWorkspaceFolder}/.cache,target=/home/coder/.cache,type=bind,consistency=consistent", - "source=${localWorkspaceFolder}/.config,target=/home/coder/.config,type=bind,consistency=consistent" - ], - "customizations": { - "vscode": { - "extensions": [ - "llvm-vs-code-extensions.vscode-clangd", - "xaver.clang-format" - ], - "settings": { - "editor.defaultFormatter": "xaver.clang-format", - "clang-format.executable": "/usr/local/bin/clang-format", - "clangd.arguments": [ - "--compile-commands-dir=${workspaceFolder}" - ] - } - } - }, - "name": "cuda11.1-gcc9" -} diff --git a/.devcontainer/cuda11.8-gcc11/devcontainer.json b/.devcontainer/cuda11.8-gcc11/devcontainer.json index 53fdae0..899b3f9 100644 --- a/.devcontainer/cuda11.8-gcc11/devcontainer.json +++ b/.devcontainer/cuda11.8-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc11-cuda11.8-ubuntu22.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc11-cuda11.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc10/devcontainer.json b/.devcontainer/cuda12.0-gcc10/devcontainer.json index b5edb03..fc9da5b 100644 --- a/.devcontainer/cuda12.0-gcc10/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc10/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc10-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc10-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc11/devcontainer.json b/.devcontainer/cuda12.0-gcc11/devcontainer.json index 3d1ca68..5415030 100644 --- a/.devcontainer/cuda12.0-gcc11/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc11-cuda12.0-ubuntu22.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc11-cuda12.0-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc12/devcontainer.json b/.devcontainer/cuda12.0-gcc12/devcontainer.json index 972ba37..5ba7d2e 100644 --- a/.devcontainer/cuda12.0-gcc12/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc12-cuda12.0-ubuntu22.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc12-cuda12.0-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc7/devcontainer.json b/.devcontainer/cuda12.0-gcc7/devcontainer.json index 8458d0e..d55bd90 100644 --- a/.devcontainer/cuda12.0-gcc7/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc7/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc7-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc7-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc8/devcontainer.json b/.devcontainer/cuda12.0-gcc8/devcontainer.json index 0faa349..3642fc2 100644 --- a/.devcontainer/cuda12.0-gcc8/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc8/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc8-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc8-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc9/devcontainer.json b/.devcontainer/cuda12.0-gcc9/devcontainer.json index a4b383b..ea4d0ff 100644 --- a/.devcontainer/cuda12.0-gcc9/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc9-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc9-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-llvm14/devcontainer.json b/.devcontainer/cuda12.0-llvm14/devcontainer.json index 7016899..ef9ef42 100644 --- a/.devcontainer/cuda12.0-llvm14/devcontainer.json +++ b/.devcontainer/cuda12.0-llvm14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-llvm14-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:25.06-cpp-llvm14-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.8-gcc10/devcontainer.json b/.devcontainer/cuda12.8-gcc10/devcontainer.json index 858a86d..8bc6b9b 100644 --- a/.devcontainer/cuda12.8-gcc10/devcontainer.json +++ b/.devcontainer/cuda12.8-gcc10/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc10-cuda12.8-ubuntu20.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc10-cuda12.8-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.8-gcc11/devcontainer.json b/.devcontainer/cuda12.8-gcc11/devcontainer.json index c28b1d9..2fa83a6 100644 --- a/.devcontainer/cuda12.8-gcc11/devcontainer.json +++ b/.devcontainer/cuda12.8-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc11-cuda12.8-ubuntu22.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc11-cuda12.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.8-gcc12/devcontainer.json b/.devcontainer/cuda12.8-gcc12/devcontainer.json index 7d16df5..1c75793 100644 --- a/.devcontainer/cuda12.8-gcc12/devcontainer.json +++ b/.devcontainer/cuda12.8-gcc12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc12-cuda12.8-ubuntu22.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc12-cuda12.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.8-gcc13/devcontainer.json b/.devcontainer/cuda12.8-gcc13/devcontainer.json index 77a16f6..0dd2a5e 100644 --- a/.devcontainer/cuda12.8-gcc13/devcontainer.json +++ b/.devcontainer/cuda12.8-gcc13/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc13-cuda12.8-ubuntu22.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc13-cuda12.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.8-gcc14/devcontainer.json b/.devcontainer/cuda12.8-gcc14/devcontainer.json index ebcc74b..c8eafb9 100644 --- a/.devcontainer/cuda12.8-gcc14/devcontainer.json +++ b/.devcontainer/cuda12.8-gcc14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc14-cuda12.8-ubuntu24.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc14-cuda12.8-ubuntu24.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.8-gcc7/devcontainer.json b/.devcontainer/cuda12.8-gcc7/devcontainer.json index bf5ed5b..262e854 100644 --- a/.devcontainer/cuda12.8-gcc7/devcontainer.json +++ b/.devcontainer/cuda12.8-gcc7/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc7-cuda12.8-ubuntu20.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc7-cuda12.8-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.8-gcc8/devcontainer.json b/.devcontainer/cuda12.8-gcc8/devcontainer.json index 11ab0f8..b1c8678 100644 --- a/.devcontainer/cuda12.8-gcc8/devcontainer.json +++ b/.devcontainer/cuda12.8-gcc8/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc8-cuda12.8-ubuntu20.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc8-cuda12.8-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.8-gcc9/devcontainer.json b/.devcontainer/cuda12.8-gcc9/devcontainer.json index d84951a..69fd53d 100644 --- a/.devcontainer/cuda12.8-gcc9/devcontainer.json +++ b/.devcontainer/cuda12.8-gcc9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc9-cuda12.8-ubuntu20.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc9-cuda12.8-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.8-llvm14/devcontainer.json b/.devcontainer/cuda12.8-llvm14/devcontainer.json index 939d6fa..0c7bbbe 100644 --- a/.devcontainer/cuda12.8-llvm14/devcontainer.json +++ b/.devcontainer/cuda12.8-llvm14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-llvm14-cuda12.8-ubuntu20.04", + "image": "rapidsai/devcontainers:25.06-cpp-llvm14-cuda12.8-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.8-llvm15/devcontainer.json b/.devcontainer/cuda12.8-llvm15/devcontainer.json index a355c13..542951d 100644 --- a/.devcontainer/cuda12.8-llvm15/devcontainer.json +++ b/.devcontainer/cuda12.8-llvm15/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-llvm15-cuda12.8-ubuntu22.04", + "image": "rapidsai/devcontainers:25.06-cpp-llvm15-cuda12.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.8-llvm16/devcontainer.json b/.devcontainer/cuda12.8-llvm16/devcontainer.json index 676a7bc..0a454ad 100644 --- a/.devcontainer/cuda12.8-llvm16/devcontainer.json +++ b/.devcontainer/cuda12.8-llvm16/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-llvm16-cuda12.8-ubuntu22.04", + "image": "rapidsai/devcontainers:25.06-cpp-llvm16-cuda12.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.8-llvm17/devcontainer.json b/.devcontainer/cuda12.8-llvm17/devcontainer.json index 34ece28..2347eb6 100644 --- a/.devcontainer/cuda12.8-llvm17/devcontainer.json +++ b/.devcontainer/cuda12.8-llvm17/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-llvm17-cuda12.8-ubuntu22.04", + "image": "rapidsai/devcontainers:25.06-cpp-llvm17-cuda12.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.8-llvm18/devcontainer.json b/.devcontainer/cuda12.8-llvm18/devcontainer.json index ff74172..d18c4e0 100644 --- a/.devcontainer/cuda12.8-llvm18/devcontainer.json +++ b/.devcontainer/cuda12.8-llvm18/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-llvm18-cuda12.8-ubuntu22.04", + "image": "rapidsai/devcontainers:25.06-cpp-llvm18-cuda12.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.8-llvm19/devcontainer.json b/.devcontainer/cuda12.8-llvm19/devcontainer.json index 37943af..2ee35e4 100644 --- a/.devcontainer/cuda12.8-llvm19/devcontainer.json +++ b/.devcontainer/cuda12.8-llvm19/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-llvm19-cuda12.8-ubuntu22.04", + "image": "rapidsai/devcontainers:25.06-cpp-llvm19-cuda12.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ebcc74b..c8eafb9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.04-cpp-gcc14-cuda12.8-ubuntu24.04", + "image": "rapidsai/devcontainers:25.06-cpp-gcc14-cuda12.8-ubuntu24.04", "hostRequirements": { "gpu": "optional" },