From a1acb3e8b2c864d66c3fe70e8f6848da0cb9e681 Mon Sep 17 00:00:00 2001 From: Allison Piper Date: Wed, 12 Mar 2025 14:32:45 -0400 Subject: [PATCH] Update CI matrix and devcontainers. --- .devcontainer/cuda11.1-gcc7/devcontainer.json | 2 +- .devcontainer/cuda11.1-gcc8/devcontainer.json | 2 +- .devcontainer/cuda11.1-gcc9/devcontainer.json | 2 +- .../cuda11.1-llvm9/devcontainer.json | 46 ------------------- .../cuda11.8-gcc11/devcontainer.json | 2 +- .../cuda12.0-gcc10/devcontainer.json | 2 +- .../cuda12.0-gcc11/devcontainer.json | 2 +- .../cuda12.0-gcc12/devcontainer.json | 2 +- .devcontainer/cuda12.0-gcc7/devcontainer.json | 2 +- .devcontainer/cuda12.0-gcc8/devcontainer.json | 2 +- .devcontainer/cuda12.0-gcc9/devcontainer.json | 2 +- .../cuda12.0-llvm10/devcontainer.json | 46 ------------------- .../cuda12.0-llvm11/devcontainer.json | 46 ------------------- .../cuda12.0-llvm12/devcontainer.json | 46 ------------------- .../cuda12.0-llvm14/devcontainer.json | 2 +- .../cuda12.0-llvm9/devcontainer.json | 46 ------------------- .../cuda12.6-llvm10/devcontainer.json | 46 ------------------- .../cuda12.6-llvm11/devcontainer.json | 46 ------------------- .../cuda12.6-llvm12/devcontainer.json | 46 ------------------- .../cuda12.6-llvm13/devcontainer.json | 46 ------------------- .../cuda12.6-llvm9/devcontainer.json | 46 ------------------- .../devcontainer.json | 10 ++-- .../devcontainer.json | 10 ++-- .../devcontainer.json | 10 ++-- .../devcontainer.json | 12 ++--- .../cuda12.8-gcc14/devcontainer.json | 46 +++++++++++++++++++ .../devcontainer.json | 10 ++-- .../devcontainer.json | 10 ++-- .../devcontainer.json | 10 ++-- .../devcontainer.json | 10 ++-- .../devcontainer.json | 10 ++-- .../devcontainer.json | 10 ++-- .../devcontainer.json | 10 ++-- .../devcontainer.json | 10 ++-- .../cuda12.8-llvm19/devcontainer.json | 46 +++++++++++++++++++ .devcontainer/devcontainer.json | 12 ++--- ci/matrix.yaml | 37 +++++---------- 37 files changed, 181 insertions(+), 564 deletions(-) delete mode 100644 .devcontainer/cuda11.1-llvm9/devcontainer.json delete mode 100644 .devcontainer/cuda12.0-llvm10/devcontainer.json delete mode 100644 .devcontainer/cuda12.0-llvm11/devcontainer.json delete mode 100644 .devcontainer/cuda12.0-llvm12/devcontainer.json delete mode 100644 .devcontainer/cuda12.0-llvm9/devcontainer.json delete mode 100644 .devcontainer/cuda12.6-llvm10/devcontainer.json delete mode 100644 .devcontainer/cuda12.6-llvm11/devcontainer.json delete mode 100644 .devcontainer/cuda12.6-llvm12/devcontainer.json delete mode 100644 .devcontainer/cuda12.6-llvm13/devcontainer.json delete mode 100644 .devcontainer/cuda12.6-llvm9/devcontainer.json rename .devcontainer/{cuda12.6-gcc10 => cuda12.8-gcc10}/devcontainer.json (87%) rename .devcontainer/{cuda12.6-gcc11 => cuda12.8-gcc11}/devcontainer.json (87%) rename .devcontainer/{cuda12.6-gcc12 => cuda12.8-gcc12}/devcontainer.json (87%) rename .devcontainer/{cuda12.0-llvm13 => cuda12.8-gcc13}/devcontainer.json (84%) create mode 100644 .devcontainer/cuda12.8-gcc14/devcontainer.json rename .devcontainer/{cuda12.6-gcc7 => cuda12.8-gcc7}/devcontainer.json (87%) rename .devcontainer/{cuda12.6-gcc8 => cuda12.8-gcc8}/devcontainer.json (87%) rename .devcontainer/{cuda12.6-gcc9 => cuda12.8-gcc9}/devcontainer.json (87%) rename .devcontainer/{cuda12.6-llvm14 => cuda12.8-llvm14}/devcontainer.json (87%) rename .devcontainer/{cuda12.6-llvm15 => cuda12.8-llvm15}/devcontainer.json (87%) rename .devcontainer/{cuda12.6-llvm16 => cuda12.8-llvm16}/devcontainer.json (87%) rename .devcontainer/{cuda12.6-llvm17 => cuda12.8-llvm17}/devcontainer.json (87%) rename .devcontainer/{cuda12.6-llvm18 => cuda12.8-llvm18}/devcontainer.json (87%) create mode 100644 .devcontainer/cuda12.8-llvm19/devcontainer.json diff --git a/.devcontainer/cuda11.1-gcc7/devcontainer.json b/.devcontainer/cuda11.1-gcc7/devcontainer.json index 9cffeda..63f1729 100644 --- a/.devcontainer/cuda11.1-gcc7/devcontainer.json +++ b/.devcontainer/cuda11.1-gcc7/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc7-cuda11.1-ubuntu18.04", + "image": "rapidsai/devcontainers:25.04-cpp-gcc7-cuda11.1-ubuntu18.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda11.1-gcc8/devcontainer.json b/.devcontainer/cuda11.1-gcc8/devcontainer.json index de33649..0794c1a 100644 --- a/.devcontainer/cuda11.1-gcc8/devcontainer.json +++ b/.devcontainer/cuda11.1-gcc8/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc8-cuda11.1-ubuntu18.04", + "image": "rapidsai/devcontainers:25.04-cpp-gcc8-cuda11.1-ubuntu18.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda11.1-gcc9/devcontainer.json b/.devcontainer/cuda11.1-gcc9/devcontainer.json index 559bb50..90b4683 100644 --- a/.devcontainer/cuda11.1-gcc9/devcontainer.json +++ b/.devcontainer/cuda11.1-gcc9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc9-cuda11.1-ubuntu18.04", + "image": "rapidsai/devcontainers:25.04-cpp-gcc9-cuda11.1-ubuntu18.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda11.1-llvm9/devcontainer.json b/.devcontainer/cuda11.1-llvm9/devcontainer.json deleted file mode 100644 index 602753c..0000000 --- a/.devcontainer/cuda11.1-llvm9/devcontainer.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm9-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-llvm9", - "CCCL_CUDA_VERSION": "11.1", - "CCCL_HOST_COMPILER": "llvm", - "CCCL_HOST_COMPILER_VERSION": "9", - "CCCL_BUILD_INFIX": "cuda11.1-llvm9" - }, - "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-llvm9" -} diff --git a/.devcontainer/cuda11.8-gcc11/devcontainer.json b/.devcontainer/cuda11.8-gcc11/devcontainer.json index 5e48024..53fdae0 100644 --- a/.devcontainer/cuda11.8-gcc11/devcontainer.json +++ b/.devcontainer/cuda11.8-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc11-cuda11.8-ubuntu22.04", + "image": "rapidsai/devcontainers:25.04-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 68d5f8c..b5edb03 100644 --- a/.devcontainer/cuda12.0-gcc10/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc10/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc10-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:25.04-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 f811a4a..3d1ca68 100644 --- a/.devcontainer/cuda12.0-gcc11/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc11-cuda12.0-ubuntu22.04", + "image": "rapidsai/devcontainers:25.04-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 6f702f4..972ba37 100644 --- a/.devcontainer/cuda12.0-gcc12/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc12-cuda12.0-ubuntu22.04", + "image": "rapidsai/devcontainers:25.04-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 ca9ab6c..8458d0e 100644 --- a/.devcontainer/cuda12.0-gcc7/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc7/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc7-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:25.04-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 387b53d..0faa349 100644 --- a/.devcontainer/cuda12.0-gcc8/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc8/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc8-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:25.04-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 d2e01ba..a4b383b 100644 --- a/.devcontainer/cuda12.0-gcc9/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc9-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:25.04-cpp-gcc9-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-llvm10/devcontainer.json b/.devcontainer/cuda12.0-llvm10/devcontainer.json deleted file mode 100644 index c227e9a..0000000 --- a/.devcontainer/cuda12.0-llvm10/devcontainer.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm10-cuda12.0-ubuntu20.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": "cuda12.0-llvm10", - "CCCL_CUDA_VERSION": "12.0", - "CCCL_HOST_COMPILER": "llvm", - "CCCL_HOST_COMPILER_VERSION": "10", - "CCCL_BUILD_INFIX": "cuda12.0-llvm10" - }, - "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": "cuda12.0-llvm10" -} diff --git a/.devcontainer/cuda12.0-llvm11/devcontainer.json b/.devcontainer/cuda12.0-llvm11/devcontainer.json deleted file mode 100644 index a61ae4b..0000000 --- a/.devcontainer/cuda12.0-llvm11/devcontainer.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm11-cuda12.0-ubuntu20.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": "cuda12.0-llvm11", - "CCCL_CUDA_VERSION": "12.0", - "CCCL_HOST_COMPILER": "llvm", - "CCCL_HOST_COMPILER_VERSION": "11", - "CCCL_BUILD_INFIX": "cuda12.0-llvm11" - }, - "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": "cuda12.0-llvm11" -} diff --git a/.devcontainer/cuda12.0-llvm12/devcontainer.json b/.devcontainer/cuda12.0-llvm12/devcontainer.json deleted file mode 100644 index c63e405..0000000 --- a/.devcontainer/cuda12.0-llvm12/devcontainer.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm12-cuda12.0-ubuntu20.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": "cuda12.0-llvm12", - "CCCL_CUDA_VERSION": "12.0", - "CCCL_HOST_COMPILER": "llvm", - "CCCL_HOST_COMPILER_VERSION": "12", - "CCCL_BUILD_INFIX": "cuda12.0-llvm12" - }, - "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": "cuda12.0-llvm12" -} diff --git a/.devcontainer/cuda12.0-llvm14/devcontainer.json b/.devcontainer/cuda12.0-llvm14/devcontainer.json index 0fcae84..7016899 100644 --- a/.devcontainer/cuda12.0-llvm14/devcontainer.json +++ b/.devcontainer/cuda12.0-llvm14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm14-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:25.04-cpp-llvm14-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-llvm9/devcontainer.json b/.devcontainer/cuda12.0-llvm9/devcontainer.json deleted file mode 100644 index 6b9530e..0000000 --- a/.devcontainer/cuda12.0-llvm9/devcontainer.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm9-cuda12.0-ubuntu20.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": "cuda12.0-llvm9", - "CCCL_CUDA_VERSION": "12.0", - "CCCL_HOST_COMPILER": "llvm", - "CCCL_HOST_COMPILER_VERSION": "9", - "CCCL_BUILD_INFIX": "cuda12.0-llvm9" - }, - "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": "cuda12.0-llvm9" -} diff --git a/.devcontainer/cuda12.6-llvm10/devcontainer.json b/.devcontainer/cuda12.6-llvm10/devcontainer.json deleted file mode 100644 index 01e2d4a..0000000 --- a/.devcontainer/cuda12.6-llvm10/devcontainer.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm10-cuda12.6-ubuntu20.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": "cuda12.6-llvm10", - "CCCL_CUDA_VERSION": "12.6", - "CCCL_HOST_COMPILER": "llvm", - "CCCL_HOST_COMPILER_VERSION": "10", - "CCCL_BUILD_INFIX": "cuda12.6-llvm10" - }, - "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": "cuda12.6-llvm10" -} diff --git a/.devcontainer/cuda12.6-llvm11/devcontainer.json b/.devcontainer/cuda12.6-llvm11/devcontainer.json deleted file mode 100644 index 3ea9167..0000000 --- a/.devcontainer/cuda12.6-llvm11/devcontainer.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm11-cuda12.6-ubuntu20.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": "cuda12.6-llvm11", - "CCCL_CUDA_VERSION": "12.6", - "CCCL_HOST_COMPILER": "llvm", - "CCCL_HOST_COMPILER_VERSION": "11", - "CCCL_BUILD_INFIX": "cuda12.6-llvm11" - }, - "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": "cuda12.6-llvm11" -} diff --git a/.devcontainer/cuda12.6-llvm12/devcontainer.json b/.devcontainer/cuda12.6-llvm12/devcontainer.json deleted file mode 100644 index 6a8fd24..0000000 --- a/.devcontainer/cuda12.6-llvm12/devcontainer.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm12-cuda12.6-ubuntu20.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": "cuda12.6-llvm12", - "CCCL_CUDA_VERSION": "12.6", - "CCCL_HOST_COMPILER": "llvm", - "CCCL_HOST_COMPILER_VERSION": "12", - "CCCL_BUILD_INFIX": "cuda12.6-llvm12" - }, - "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": "cuda12.6-llvm12" -} diff --git a/.devcontainer/cuda12.6-llvm13/devcontainer.json b/.devcontainer/cuda12.6-llvm13/devcontainer.json deleted file mode 100644 index 722b8a1..0000000 --- a/.devcontainer/cuda12.6-llvm13/devcontainer.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm13-cuda12.6-ubuntu20.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": "cuda12.6-llvm13", - "CCCL_CUDA_VERSION": "12.6", - "CCCL_HOST_COMPILER": "llvm", - "CCCL_HOST_COMPILER_VERSION": "13", - "CCCL_BUILD_INFIX": "cuda12.6-llvm13" - }, - "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": "cuda12.6-llvm13" -} diff --git a/.devcontainer/cuda12.6-llvm9/devcontainer.json b/.devcontainer/cuda12.6-llvm9/devcontainer.json deleted file mode 100644 index 9f97f1c..0000000 --- a/.devcontainer/cuda12.6-llvm9/devcontainer.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm9-cuda12.6-ubuntu20.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": "cuda12.6-llvm9", - "CCCL_CUDA_VERSION": "12.6", - "CCCL_HOST_COMPILER": "llvm", - "CCCL_HOST_COMPILER_VERSION": "9", - "CCCL_BUILD_INFIX": "cuda12.6-llvm9" - }, - "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": "cuda12.6-llvm9" -} diff --git a/.devcontainer/cuda12.6-gcc10/devcontainer.json b/.devcontainer/cuda12.8-gcc10/devcontainer.json similarity index 87% rename from .devcontainer/cuda12.6-gcc10/devcontainer.json rename to .devcontainer/cuda12.8-gcc10/devcontainer.json index 2da4470..858a86d 100644 --- a/.devcontainer/cuda12.6-gcc10/devcontainer.json +++ b/.devcontainer/cuda12.8-gcc10/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc10-cuda12.6-ubuntu20.04", + "image": "rapidsai/devcontainers:25.04-cpp-gcc10-cuda12.8-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, @@ -14,11 +14,11 @@ "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": "cuda12.6-gcc10", - "CCCL_CUDA_VERSION": "12.6", + "DEVCONTAINER_NAME": "cuda12.8-gcc10", + "CCCL_CUDA_VERSION": "12.8", "CCCL_HOST_COMPILER": "gcc", "CCCL_HOST_COMPILER_VERSION": "10", - "CCCL_BUILD_INFIX": "cuda12.6-gcc10" + "CCCL_BUILD_INFIX": "cuda12.8-gcc10" }, "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", @@ -42,5 +42,5 @@ } } }, - "name": "cuda12.6-gcc10" + "name": "cuda12.8-gcc10" } diff --git a/.devcontainer/cuda12.6-gcc11/devcontainer.json b/.devcontainer/cuda12.8-gcc11/devcontainer.json similarity index 87% rename from .devcontainer/cuda12.6-gcc11/devcontainer.json rename to .devcontainer/cuda12.8-gcc11/devcontainer.json index 2930279..c28b1d9 100644 --- a/.devcontainer/cuda12.6-gcc11/devcontainer.json +++ b/.devcontainer/cuda12.8-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc11-cuda12.6-ubuntu22.04", + "image": "rapidsai/devcontainers:25.04-cpp-gcc11-cuda12.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, @@ -14,11 +14,11 @@ "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": "cuda12.6-gcc11", - "CCCL_CUDA_VERSION": "12.6", + "DEVCONTAINER_NAME": "cuda12.8-gcc11", + "CCCL_CUDA_VERSION": "12.8", "CCCL_HOST_COMPILER": "gcc", "CCCL_HOST_COMPILER_VERSION": "11", - "CCCL_BUILD_INFIX": "cuda12.6-gcc11" + "CCCL_BUILD_INFIX": "cuda12.8-gcc11" }, "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", @@ -42,5 +42,5 @@ } } }, - "name": "cuda12.6-gcc11" + "name": "cuda12.8-gcc11" } diff --git a/.devcontainer/cuda12.6-gcc12/devcontainer.json b/.devcontainer/cuda12.8-gcc12/devcontainer.json similarity index 87% rename from .devcontainer/cuda12.6-gcc12/devcontainer.json rename to .devcontainer/cuda12.8-gcc12/devcontainer.json index c4774db..7d16df5 100644 --- a/.devcontainer/cuda12.6-gcc12/devcontainer.json +++ b/.devcontainer/cuda12.8-gcc12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc12-cuda12.6-ubuntu22.04", + "image": "rapidsai/devcontainers:25.04-cpp-gcc12-cuda12.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, @@ -14,11 +14,11 @@ "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": "cuda12.6-gcc12", - "CCCL_CUDA_VERSION": "12.6", + "DEVCONTAINER_NAME": "cuda12.8-gcc12", + "CCCL_CUDA_VERSION": "12.8", "CCCL_HOST_COMPILER": "gcc", "CCCL_HOST_COMPILER_VERSION": "12", - "CCCL_BUILD_INFIX": "cuda12.6-gcc12" + "CCCL_BUILD_INFIX": "cuda12.8-gcc12" }, "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", @@ -42,5 +42,5 @@ } } }, - "name": "cuda12.6-gcc12" + "name": "cuda12.8-gcc12" } diff --git a/.devcontainer/cuda12.0-llvm13/devcontainer.json b/.devcontainer/cuda12.8-gcc13/devcontainer.json similarity index 84% rename from .devcontainer/cuda12.0-llvm13/devcontainer.json rename to .devcontainer/cuda12.8-gcc13/devcontainer.json index 5cd6163..77a16f6 100644 --- a/.devcontainer/cuda12.0-llvm13/devcontainer.json +++ b/.devcontainer/cuda12.8-gcc13/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm13-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:25.04-cpp-gcc13-cuda12.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, @@ -14,11 +14,11 @@ "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": "cuda12.0-llvm13", - "CCCL_CUDA_VERSION": "12.0", - "CCCL_HOST_COMPILER": "llvm", + "DEVCONTAINER_NAME": "cuda12.8-gcc13", + "CCCL_CUDA_VERSION": "12.8", + "CCCL_HOST_COMPILER": "gcc", "CCCL_HOST_COMPILER_VERSION": "13", - "CCCL_BUILD_INFIX": "cuda12.0-llvm13" + "CCCL_BUILD_INFIX": "cuda12.8-gcc13" }, "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", @@ -42,5 +42,5 @@ } } }, - "name": "cuda12.0-llvm13" + "name": "cuda12.8-gcc13" } diff --git a/.devcontainer/cuda12.8-gcc14/devcontainer.json b/.devcontainer/cuda12.8-gcc14/devcontainer.json new file mode 100644 index 0000000..ebcc74b --- /dev/null +++ b/.devcontainer/cuda12.8-gcc14/devcontainer.json @@ -0,0 +1,46 @@ +{ + "shutdownAction": "stopContainer", + "image": "rapidsai/devcontainers:25.04-cpp-gcc14-cuda12.8-ubuntu24.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": "cuda12.8-gcc14", + "CCCL_CUDA_VERSION": "12.8", + "CCCL_HOST_COMPILER": "gcc", + "CCCL_HOST_COMPILER_VERSION": "14", + "CCCL_BUILD_INFIX": "cuda12.8-gcc14" + }, + "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": "cuda12.8-gcc14" +} diff --git a/.devcontainer/cuda12.6-gcc7/devcontainer.json b/.devcontainer/cuda12.8-gcc7/devcontainer.json similarity index 87% rename from .devcontainer/cuda12.6-gcc7/devcontainer.json rename to .devcontainer/cuda12.8-gcc7/devcontainer.json index 1e73141..bf5ed5b 100644 --- a/.devcontainer/cuda12.6-gcc7/devcontainer.json +++ b/.devcontainer/cuda12.8-gcc7/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc7-cuda12.6-ubuntu20.04", + "image": "rapidsai/devcontainers:25.04-cpp-gcc7-cuda12.8-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, @@ -14,11 +14,11 @@ "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": "cuda12.6-gcc7", - "CCCL_CUDA_VERSION": "12.6", + "DEVCONTAINER_NAME": "cuda12.8-gcc7", + "CCCL_CUDA_VERSION": "12.8", "CCCL_HOST_COMPILER": "gcc", "CCCL_HOST_COMPILER_VERSION": "7", - "CCCL_BUILD_INFIX": "cuda12.6-gcc7" + "CCCL_BUILD_INFIX": "cuda12.8-gcc7" }, "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", @@ -42,5 +42,5 @@ } } }, - "name": "cuda12.6-gcc7" + "name": "cuda12.8-gcc7" } diff --git a/.devcontainer/cuda12.6-gcc8/devcontainer.json b/.devcontainer/cuda12.8-gcc8/devcontainer.json similarity index 87% rename from .devcontainer/cuda12.6-gcc8/devcontainer.json rename to .devcontainer/cuda12.8-gcc8/devcontainer.json index 92922c2..11ab0f8 100644 --- a/.devcontainer/cuda12.6-gcc8/devcontainer.json +++ b/.devcontainer/cuda12.8-gcc8/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc8-cuda12.6-ubuntu20.04", + "image": "rapidsai/devcontainers:25.04-cpp-gcc8-cuda12.8-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, @@ -14,11 +14,11 @@ "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": "cuda12.6-gcc8", - "CCCL_CUDA_VERSION": "12.6", + "DEVCONTAINER_NAME": "cuda12.8-gcc8", + "CCCL_CUDA_VERSION": "12.8", "CCCL_HOST_COMPILER": "gcc", "CCCL_HOST_COMPILER_VERSION": "8", - "CCCL_BUILD_INFIX": "cuda12.6-gcc8" + "CCCL_BUILD_INFIX": "cuda12.8-gcc8" }, "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", @@ -42,5 +42,5 @@ } } }, - "name": "cuda12.6-gcc8" + "name": "cuda12.8-gcc8" } diff --git a/.devcontainer/cuda12.6-gcc9/devcontainer.json b/.devcontainer/cuda12.8-gcc9/devcontainer.json similarity index 87% rename from .devcontainer/cuda12.6-gcc9/devcontainer.json rename to .devcontainer/cuda12.8-gcc9/devcontainer.json index f3f5223..d84951a 100644 --- a/.devcontainer/cuda12.6-gcc9/devcontainer.json +++ b/.devcontainer/cuda12.8-gcc9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc9-cuda12.6-ubuntu20.04", + "image": "rapidsai/devcontainers:25.04-cpp-gcc9-cuda12.8-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, @@ -14,11 +14,11 @@ "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": "cuda12.6-gcc9", - "CCCL_CUDA_VERSION": "12.6", + "DEVCONTAINER_NAME": "cuda12.8-gcc9", + "CCCL_CUDA_VERSION": "12.8", "CCCL_HOST_COMPILER": "gcc", "CCCL_HOST_COMPILER_VERSION": "9", - "CCCL_BUILD_INFIX": "cuda12.6-gcc9" + "CCCL_BUILD_INFIX": "cuda12.8-gcc9" }, "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", @@ -42,5 +42,5 @@ } } }, - "name": "cuda12.6-gcc9" + "name": "cuda12.8-gcc9" } diff --git a/.devcontainer/cuda12.6-llvm14/devcontainer.json b/.devcontainer/cuda12.8-llvm14/devcontainer.json similarity index 87% rename from .devcontainer/cuda12.6-llvm14/devcontainer.json rename to .devcontainer/cuda12.8-llvm14/devcontainer.json index ca7ec34..939d6fa 100644 --- a/.devcontainer/cuda12.6-llvm14/devcontainer.json +++ b/.devcontainer/cuda12.8-llvm14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm14-cuda12.6-ubuntu20.04", + "image": "rapidsai/devcontainers:25.04-cpp-llvm14-cuda12.8-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, @@ -14,11 +14,11 @@ "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": "cuda12.6-llvm14", - "CCCL_CUDA_VERSION": "12.6", + "DEVCONTAINER_NAME": "cuda12.8-llvm14", + "CCCL_CUDA_VERSION": "12.8", "CCCL_HOST_COMPILER": "llvm", "CCCL_HOST_COMPILER_VERSION": "14", - "CCCL_BUILD_INFIX": "cuda12.6-llvm14" + "CCCL_BUILD_INFIX": "cuda12.8-llvm14" }, "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", @@ -42,5 +42,5 @@ } } }, - "name": "cuda12.6-llvm14" + "name": "cuda12.8-llvm14" } diff --git a/.devcontainer/cuda12.6-llvm15/devcontainer.json b/.devcontainer/cuda12.8-llvm15/devcontainer.json similarity index 87% rename from .devcontainer/cuda12.6-llvm15/devcontainer.json rename to .devcontainer/cuda12.8-llvm15/devcontainer.json index 889c71a..a355c13 100644 --- a/.devcontainer/cuda12.6-llvm15/devcontainer.json +++ b/.devcontainer/cuda12.8-llvm15/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm15-cuda12.6-ubuntu22.04", + "image": "rapidsai/devcontainers:25.04-cpp-llvm15-cuda12.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, @@ -14,11 +14,11 @@ "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": "cuda12.6-llvm15", - "CCCL_CUDA_VERSION": "12.6", + "DEVCONTAINER_NAME": "cuda12.8-llvm15", + "CCCL_CUDA_VERSION": "12.8", "CCCL_HOST_COMPILER": "llvm", "CCCL_HOST_COMPILER_VERSION": "15", - "CCCL_BUILD_INFIX": "cuda12.6-llvm15" + "CCCL_BUILD_INFIX": "cuda12.8-llvm15" }, "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", @@ -42,5 +42,5 @@ } } }, - "name": "cuda12.6-llvm15" + "name": "cuda12.8-llvm15" } diff --git a/.devcontainer/cuda12.6-llvm16/devcontainer.json b/.devcontainer/cuda12.8-llvm16/devcontainer.json similarity index 87% rename from .devcontainer/cuda12.6-llvm16/devcontainer.json rename to .devcontainer/cuda12.8-llvm16/devcontainer.json index e93737d..676a7bc 100644 --- a/.devcontainer/cuda12.6-llvm16/devcontainer.json +++ b/.devcontainer/cuda12.8-llvm16/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm16-cuda12.6-ubuntu22.04", + "image": "rapidsai/devcontainers:25.04-cpp-llvm16-cuda12.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, @@ -14,11 +14,11 @@ "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": "cuda12.6-llvm16", - "CCCL_CUDA_VERSION": "12.6", + "DEVCONTAINER_NAME": "cuda12.8-llvm16", + "CCCL_CUDA_VERSION": "12.8", "CCCL_HOST_COMPILER": "llvm", "CCCL_HOST_COMPILER_VERSION": "16", - "CCCL_BUILD_INFIX": "cuda12.6-llvm16" + "CCCL_BUILD_INFIX": "cuda12.8-llvm16" }, "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", @@ -42,5 +42,5 @@ } } }, - "name": "cuda12.6-llvm16" + "name": "cuda12.8-llvm16" } diff --git a/.devcontainer/cuda12.6-llvm17/devcontainer.json b/.devcontainer/cuda12.8-llvm17/devcontainer.json similarity index 87% rename from .devcontainer/cuda12.6-llvm17/devcontainer.json rename to .devcontainer/cuda12.8-llvm17/devcontainer.json index 1f5e05d..34ece28 100644 --- a/.devcontainer/cuda12.6-llvm17/devcontainer.json +++ b/.devcontainer/cuda12.8-llvm17/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm17-cuda12.6-ubuntu22.04", + "image": "rapidsai/devcontainers:25.04-cpp-llvm17-cuda12.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, @@ -14,11 +14,11 @@ "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": "cuda12.6-llvm17", - "CCCL_CUDA_VERSION": "12.6", + "DEVCONTAINER_NAME": "cuda12.8-llvm17", + "CCCL_CUDA_VERSION": "12.8", "CCCL_HOST_COMPILER": "llvm", "CCCL_HOST_COMPILER_VERSION": "17", - "CCCL_BUILD_INFIX": "cuda12.6-llvm17" + "CCCL_BUILD_INFIX": "cuda12.8-llvm17" }, "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", @@ -42,5 +42,5 @@ } } }, - "name": "cuda12.6-llvm17" + "name": "cuda12.8-llvm17" } diff --git a/.devcontainer/cuda12.6-llvm18/devcontainer.json b/.devcontainer/cuda12.8-llvm18/devcontainer.json similarity index 87% rename from .devcontainer/cuda12.6-llvm18/devcontainer.json rename to .devcontainer/cuda12.8-llvm18/devcontainer.json index 6cbe548..ff74172 100644 --- a/.devcontainer/cuda12.6-llvm18/devcontainer.json +++ b/.devcontainer/cuda12.8-llvm18/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-llvm18-cuda12.6-ubuntu22.04", + "image": "rapidsai/devcontainers:25.04-cpp-llvm18-cuda12.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, @@ -14,11 +14,11 @@ "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": "cuda12.6-llvm18", - "CCCL_CUDA_VERSION": "12.6", + "DEVCONTAINER_NAME": "cuda12.8-llvm18", + "CCCL_CUDA_VERSION": "12.8", "CCCL_HOST_COMPILER": "llvm", "CCCL_HOST_COMPILER_VERSION": "18", - "CCCL_BUILD_INFIX": "cuda12.6-llvm18" + "CCCL_BUILD_INFIX": "cuda12.8-llvm18" }, "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", @@ -42,5 +42,5 @@ } } }, - "name": "cuda12.6-llvm18" + "name": "cuda12.8-llvm18" } diff --git a/.devcontainer/cuda12.8-llvm19/devcontainer.json b/.devcontainer/cuda12.8-llvm19/devcontainer.json new file mode 100644 index 0000000..37943af --- /dev/null +++ b/.devcontainer/cuda12.8-llvm19/devcontainer.json @@ -0,0 +1,46 @@ +{ + "shutdownAction": "stopContainer", + "image": "rapidsai/devcontainers:25.04-cpp-llvm19-cuda12.8-ubuntu22.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": "cuda12.8-llvm19", + "CCCL_CUDA_VERSION": "12.8", + "CCCL_HOST_COMPILER": "llvm", + "CCCL_HOST_COMPILER_VERSION": "19", + "CCCL_BUILD_INFIX": "cuda12.8-llvm19" + }, + "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": "cuda12.8-llvm19" +} diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c4774db..ebcc74b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.12-cpp-gcc12-cuda12.6-ubuntu22.04", + "image": "rapidsai/devcontainers:25.04-cpp-gcc14-cuda12.8-ubuntu24.04", "hostRequirements": { "gpu": "optional" }, @@ -14,11 +14,11 @@ "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": "cuda12.6-gcc12", - "CCCL_CUDA_VERSION": "12.6", + "DEVCONTAINER_NAME": "cuda12.8-gcc14", + "CCCL_CUDA_VERSION": "12.8", "CCCL_HOST_COMPILER": "gcc", - "CCCL_HOST_COMPILER_VERSION": "12", - "CCCL_BUILD_INFIX": "cuda12.6-gcc12" + "CCCL_HOST_COMPILER_VERSION": "14", + "CCCL_BUILD_INFIX": "cuda12.8-gcc14" }, "workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}", "workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent", @@ -42,5 +42,5 @@ } } }, - "name": "cuda12.6-gcc12" + "name": "cuda12.8-gcc14" } diff --git a/ci/matrix.yaml b/ci/matrix.yaml index 6da2d33..2d1b9d9 100644 --- a/ci/matrix.yaml +++ b/ci/matrix.yaml @@ -2,10 +2,10 @@ cuda_prev_min: &cuda_prev_min '11.1' # Does not support the CUPTI APIs we use (added in 11.3) cuda_prev_max: &cuda_prev_max '11.8' cuda_curr_min: &cuda_curr_min '12.0' -cuda_curr_max: &cuda_curr_max '12.6' +cuda_curr_max: &cuda_curr_max '12.8' # The version of the devcontainer images to use from https://hub.docker.com/r/rapidsai/devcontainers -devcontainer_version: '24.12' +devcontainer_version: '25.04' # gcc compiler configurations gcc7: &gcc7 { name: 'gcc', version: '7', exe: 'g++' } @@ -14,19 +14,16 @@ gcc9: &gcc9 { name: 'gcc', version: '9', exe: 'g++' } gcc10: &gcc10 { name: 'gcc', version: '10', exe: 'g++' } gcc11: &gcc11 { name: 'gcc', version: '11', exe: 'g++' } gcc12: &gcc12 { name: 'gcc', version: '12', exe: 'g++' } -gcc12: &gcc13 { name: 'gcc', version: '13', exe: 'g++' } +gcc13: &gcc13 { name: 'gcc', version: '13', exe: 'g++' } +gcc14: &gcc14 { name: 'gcc', version: '14', exe: 'g++' } # LLVM Compiler configurations -llvm9: &llvm9 { name: 'llvm', version: '9', exe: 'clang++' } -llvm10: &llvm10 { name: 'llvm', version: '10', exe: 'clang++' } -llvm11: &llvm11 { name: 'llvm', version: '11', exe: 'clang++' } -llvm12: &llvm12 { name: 'llvm', version: '12', exe: 'clang++' } -llvm13: &llvm13 { name: 'llvm', version: '13', exe: 'clang++' } llvm14: &llvm14 { name: 'llvm', version: '14', exe: 'clang++' } llvm15: &llvm15 { name: 'llvm', version: '15', exe: 'clang++' } llvm16: &llvm16 { name: 'llvm', version: '16', exe: 'clang++' } -llvm16: &llvm17 { name: 'llvm', version: '17', exe: 'clang++' } -llvm16: &llvm18 { name: 'llvm', version: '18', exe: 'clang++' } +llvm17: &llvm17 { name: 'llvm', version: '17', exe: 'clang++' } +llvm18: &llvm18 { name: 'llvm', version: '18', exe: 'clang++' } +llvm19: &llvm19 { name: 'llvm', version: '19', exe: 'clang++' } # MSVC configs msvc2019: &msvc2019 { name: 'cl', version: '14.29', exe: 'cl++' } @@ -41,8 +38,6 @@ msvc2022: &msvc2022 { name: 'cl', version: '14.39', exe: 'cl++' } # name: The compiler name # version: The compiler version # exe: The unverionsed compiler binary name -# std: The C++ standards to build for -# This field is unique as it will generate an independent build/test job for each value # Configurations that will run for every PR pull_request: @@ -50,7 +45,6 @@ pull_request: - {cuda: *cuda_prev_min, os: 'ubuntu18.04', cpu: 'amd64', compiler: *gcc7 } - {cuda: *cuda_prev_min, os: 'ubuntu18.04', cpu: 'amd64', compiler: *gcc8 } - {cuda: *cuda_prev_min, os: 'ubuntu18.04', cpu: 'amd64', compiler: *gcc9 } - - {cuda: *cuda_prev_min, os: 'ubuntu18.04', cpu: 'amd64', compiler: *llvm9 } - {cuda: *cuda_prev_max, os: 'ubuntu22.04', cpu: 'amd64', compiler: *gcc11 } - {cuda: *cuda_curr_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *gcc7 } - {cuda: *cuda_curr_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *gcc8 } @@ -58,11 +52,6 @@ pull_request: - {cuda: *cuda_curr_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *gcc10 } - {cuda: *cuda_curr_min, os: 'ubuntu22.04', cpu: 'amd64', compiler: *gcc11 } - {cuda: *cuda_curr_min, os: 'ubuntu22.04', cpu: 'amd64', compiler: *gcc12 } - - {cuda: *cuda_curr_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *llvm9 } - - {cuda: *cuda_curr_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *llvm10 } - - {cuda: *cuda_curr_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *llvm11 } - - {cuda: *cuda_curr_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *llvm12 } - - {cuda: *cuda_curr_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *llvm13 } - {cuda: *cuda_curr_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *llvm14 } - {cuda: *cuda_curr_max, os: 'ubuntu20.04', cpu: 'amd64', compiler: *gcc7 } - {cuda: *cuda_curr_max, os: 'ubuntu20.04', cpu: 'amd64', compiler: *gcc8 } @@ -70,17 +59,13 @@ pull_request: - {cuda: *cuda_curr_max, os: 'ubuntu20.04', cpu: 'amd64', compiler: *gcc10 } - {cuda: *cuda_curr_max, os: 'ubuntu22.04', cpu: 'amd64', compiler: *gcc11 } - {cuda: *cuda_curr_max, os: 'ubuntu22.04', cpu: 'amd64', compiler: *gcc12 } - # Fails to compile simple input on CTK12.4. Try to add later. - # {cuda: *cuda_curr_max, os: 'ubuntu22.04', cpu: 'amd64', compiler: *gcc13 } - - {cuda: *cuda_curr_max, os: 'ubuntu20.04', cpu: 'amd64', compiler: *llvm9 } - - {cuda: *cuda_curr_max, os: 'ubuntu20.04', cpu: 'amd64', compiler: *llvm10 } - - {cuda: *cuda_curr_max, os: 'ubuntu20.04', cpu: 'amd64', compiler: *llvm11 } - - {cuda: *cuda_curr_max, os: 'ubuntu20.04', cpu: 'amd64', compiler: *llvm12 } - - {cuda: *cuda_curr_max, os: 'ubuntu20.04', cpu: 'amd64', compiler: *llvm13 } + - {cuda: *cuda_curr_max, os: 'ubuntu22.04', cpu: 'amd64', compiler: *gcc13 } + - {cuda: *cuda_curr_max, os: 'ubuntu24.04', cpu: 'amd64', compiler: *gcc14 } - {cuda: *cuda_curr_max, os: 'ubuntu20.04', cpu: 'amd64', compiler: *llvm14 } - {cuda: *cuda_curr_max, os: 'ubuntu22.04', cpu: 'amd64', compiler: *llvm15 } - {cuda: *cuda_curr_max, os: 'ubuntu22.04', cpu: 'amd64', compiler: *llvm16 } - {cuda: *cuda_curr_max, os: 'ubuntu22.04', cpu: 'amd64', compiler: *llvm17 } - - {cuda: *cuda_curr_max, os: 'ubuntu22.04', cpu: 'amd64', compiler: *llvm18, extra_build_args: "-cmake-options '-DCMAKE_CUDA_FLAGS=-allow-unsupported-compiler'"} + - {cuda: *cuda_curr_max, os: 'ubuntu22.04', cpu: 'amd64', compiler: *llvm18 } + - {cuda: *cuda_curr_max, os: 'ubuntu22.04', cpu: 'amd64', compiler: *llvm19 } - {cuda: *cuda_curr_max, os: 'windows2022', cpu: 'amd64', compiler: *msvc2019 } - {cuda: *cuda_curr_max, os: 'windows2022', cpu: 'amd64', compiler: *msvc2022 }