From 7feda2cf3ade88b3e73a0e0414ba543a4fbfbc43 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:22:36 -0400 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#276) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-clang-format: v20.1.7 → v21.1.2](https://github.com/pre-commit/mirrors-clang-format/compare/v20.1.7...v21.1.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.2...v0.13.3) * Update matrix + devcontainers. * Fix typo. Co-authored-by: Oleksandr Pavlyk <21087696+oleksandr-pavlyk@users.noreply.github.com> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Allison Piper Co-authored-by: Oleksandr Pavlyk <21087696+oleksandr-pavlyk@users.noreply.github.com> --- .../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-llvm14/devcontainer.json | 2 +- .../cuda12.9-gcc10/devcontainer.json | 2 +- .../cuda12.9-gcc11/devcontainer.json | 2 +- .../cuda12.9-gcc12/devcontainer.json | 2 +- .../cuda12.9-gcc13/devcontainer.json | 2 +- .../cuda12.9-gcc14/devcontainer.json | 2 +- .devcontainer/cuda12.9-gcc7/devcontainer.json | 2 +- .devcontainer/cuda12.9-gcc8/devcontainer.json | 2 +- .devcontainer/cuda12.9-gcc9/devcontainer.json | 2 +- .../cuda12.9-llvm14/devcontainer.json | 2 +- .../cuda12.9-llvm15/devcontainer.json | 2 +- .../cuda12.9-llvm16/devcontainer.json | 2 +- .../cuda12.9-llvm17/devcontainer.json | 2 +- .../cuda12.9-llvm18/devcontainer.json | 2 +- .../cuda12.9-llvm19/devcontainer.json | 2 +- .../cuda13.0-gcc11/devcontainer.json | 2 +- .../cuda13.0-gcc12/devcontainer.json | 2 +- .../cuda13.0-gcc13/devcontainer.json | 2 +- .../cuda13.0-gcc14/devcontainer.json | 2 +- .../cuda13.0-llvm15/devcontainer.json | 2 +- .../cuda13.0-llvm16/devcontainer.json | 2 +- .../cuda13.0-llvm17/devcontainer.json | 2 +- .../cuda13.0-llvm18/devcontainer.json | 2 +- .../cuda13.0-llvm19/devcontainer.json | 2 +- .../cuda13.0-llvm20/devcontainer.json | 46 +++++++++++++++++++ .devcontainer/devcontainer.json | 2 +- .pre-commit-config.yaml | 6 +-- ci/matrix.yaml | 4 +- 34 files changed, 83 insertions(+), 35 deletions(-) create mode 100644 .devcontainer/cuda13.0-llvm20/devcontainer.json diff --git a/.devcontainer/cuda12.0-gcc10/devcontainer.json b/.devcontainer/cuda12.0-gcc10/devcontainer.json index 540390f..e82d7df 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.10-cpp-gcc10-cuda12.0", + "image": "rapidsai/devcontainers:25.12-cpp-gcc10-cuda12.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc11/devcontainer.json b/.devcontainer/cuda12.0-gcc11/devcontainer.json index 66af1c7..933f4b0 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.10-cpp-gcc11-cuda12.0", + "image": "rapidsai/devcontainers:25.12-cpp-gcc11-cuda12.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc12/devcontainer.json b/.devcontainer/cuda12.0-gcc12/devcontainer.json index d6103f7..6021606 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.10-cpp-gcc12-cuda12.0", + "image": "rapidsai/devcontainers:25.12-cpp-gcc12-cuda12.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc7/devcontainer.json b/.devcontainer/cuda12.0-gcc7/devcontainer.json index 12de1d4..9326854 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.10-cpp-gcc7-cuda12.0", + "image": "rapidsai/devcontainers:25.12-cpp-gcc7-cuda12.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc8/devcontainer.json b/.devcontainer/cuda12.0-gcc8/devcontainer.json index 906eed5..b782947 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.10-cpp-gcc8-cuda12.0", + "image": "rapidsai/devcontainers:25.12-cpp-gcc8-cuda12.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc9/devcontainer.json b/.devcontainer/cuda12.0-gcc9/devcontainer.json index 9094039..bc56acf 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.10-cpp-gcc9-cuda12.0", + "image": "rapidsai/devcontainers:25.12-cpp-gcc9-cuda12.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-llvm14/devcontainer.json b/.devcontainer/cuda12.0-llvm14/devcontainer.json index 68dea54..126a059 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.10-cpp-llvm14-cuda12.0", + "image": "rapidsai/devcontainers:25.12-cpp-llvm14-cuda12.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.9-gcc10/devcontainer.json b/.devcontainer/cuda12.9-gcc10/devcontainer.json index 0441249..3c2b45f 100644 --- a/.devcontainer/cuda12.9-gcc10/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc10/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-gcc10-cuda12.9", + "image": "rapidsai/devcontainers:25.12-cpp-gcc10-cuda12.9", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.9-gcc11/devcontainer.json b/.devcontainer/cuda12.9-gcc11/devcontainer.json index a912df1..d099bc0 100644 --- a/.devcontainer/cuda12.9-gcc11/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-gcc11-cuda12.9", + "image": "rapidsai/devcontainers:25.12-cpp-gcc11-cuda12.9", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.9-gcc12/devcontainer.json b/.devcontainer/cuda12.9-gcc12/devcontainer.json index b17fa88..8dfd2c6 100644 --- a/.devcontainer/cuda12.9-gcc12/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-gcc12-cuda12.9", + "image": "rapidsai/devcontainers:25.12-cpp-gcc12-cuda12.9", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.9-gcc13/devcontainer.json b/.devcontainer/cuda12.9-gcc13/devcontainer.json index df1f9ee..14ddbdc 100644 --- a/.devcontainer/cuda12.9-gcc13/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc13/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-gcc13-cuda12.9", + "image": "rapidsai/devcontainers:25.12-cpp-gcc13-cuda12.9", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.9-gcc14/devcontainer.json b/.devcontainer/cuda12.9-gcc14/devcontainer.json index b23449c..85cb3ed 100644 --- a/.devcontainer/cuda12.9-gcc14/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-gcc14-cuda12.9", + "image": "rapidsai/devcontainers:25.12-cpp-gcc14-cuda12.9", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.9-gcc7/devcontainer.json b/.devcontainer/cuda12.9-gcc7/devcontainer.json index 89df8f3..55fb726 100644 --- a/.devcontainer/cuda12.9-gcc7/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc7/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-gcc7-cuda12.9", + "image": "rapidsai/devcontainers:25.12-cpp-gcc7-cuda12.9", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.9-gcc8/devcontainer.json b/.devcontainer/cuda12.9-gcc8/devcontainer.json index 380656e..f800d78 100644 --- a/.devcontainer/cuda12.9-gcc8/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc8/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-gcc8-cuda12.9", + "image": "rapidsai/devcontainers:25.12-cpp-gcc8-cuda12.9", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.9-gcc9/devcontainer.json b/.devcontainer/cuda12.9-gcc9/devcontainer.json index d5acca9..3fa3008 100644 --- a/.devcontainer/cuda12.9-gcc9/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-gcc9-cuda12.9", + "image": "rapidsai/devcontainers:25.12-cpp-gcc9-cuda12.9", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.9-llvm14/devcontainer.json b/.devcontainer/cuda12.9-llvm14/devcontainer.json index 427d49e..0365b04 100644 --- a/.devcontainer/cuda12.9-llvm14/devcontainer.json +++ b/.devcontainer/cuda12.9-llvm14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-llvm14-cuda12.9", + "image": "rapidsai/devcontainers:25.12-cpp-llvm14-cuda12.9", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.9-llvm15/devcontainer.json b/.devcontainer/cuda12.9-llvm15/devcontainer.json index e611094..41c5dc6 100644 --- a/.devcontainer/cuda12.9-llvm15/devcontainer.json +++ b/.devcontainer/cuda12.9-llvm15/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-llvm15-cuda12.9", + "image": "rapidsai/devcontainers:25.12-cpp-llvm15-cuda12.9", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.9-llvm16/devcontainer.json b/.devcontainer/cuda12.9-llvm16/devcontainer.json index 40809f0..31bbc0f 100644 --- a/.devcontainer/cuda12.9-llvm16/devcontainer.json +++ b/.devcontainer/cuda12.9-llvm16/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-llvm16-cuda12.9", + "image": "rapidsai/devcontainers:25.12-cpp-llvm16-cuda12.9", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.9-llvm17/devcontainer.json b/.devcontainer/cuda12.9-llvm17/devcontainer.json index bbd7b90..2d11213 100644 --- a/.devcontainer/cuda12.9-llvm17/devcontainer.json +++ b/.devcontainer/cuda12.9-llvm17/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-llvm17-cuda12.9", + "image": "rapidsai/devcontainers:25.12-cpp-llvm17-cuda12.9", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.9-llvm18/devcontainer.json b/.devcontainer/cuda12.9-llvm18/devcontainer.json index 08f1b3f..f2a2e06 100644 --- a/.devcontainer/cuda12.9-llvm18/devcontainer.json +++ b/.devcontainer/cuda12.9-llvm18/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-llvm18-cuda12.9", + "image": "rapidsai/devcontainers:25.12-cpp-llvm18-cuda12.9", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.9-llvm19/devcontainer.json b/.devcontainer/cuda12.9-llvm19/devcontainer.json index e6dcc12..b4a4fd7 100644 --- a/.devcontainer/cuda12.9-llvm19/devcontainer.json +++ b/.devcontainer/cuda12.9-llvm19/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-llvm19-cuda12.9", + "image": "rapidsai/devcontainers:25.12-cpp-llvm19-cuda12.9", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda13.0-gcc11/devcontainer.json b/.devcontainer/cuda13.0-gcc11/devcontainer.json index c50635e..c944a99 100644 --- a/.devcontainer/cuda13.0-gcc11/devcontainer.json +++ b/.devcontainer/cuda13.0-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-gcc11-cuda13.0", + "image": "rapidsai/devcontainers:25.12-cpp-gcc11-cuda13.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda13.0-gcc12/devcontainer.json b/.devcontainer/cuda13.0-gcc12/devcontainer.json index e43a52b..ae18cd6 100644 --- a/.devcontainer/cuda13.0-gcc12/devcontainer.json +++ b/.devcontainer/cuda13.0-gcc12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-gcc12-cuda13.0", + "image": "rapidsai/devcontainers:25.12-cpp-gcc12-cuda13.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda13.0-gcc13/devcontainer.json b/.devcontainer/cuda13.0-gcc13/devcontainer.json index 2aedc38..cb55560 100644 --- a/.devcontainer/cuda13.0-gcc13/devcontainer.json +++ b/.devcontainer/cuda13.0-gcc13/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-gcc13-cuda13.0", + "image": "rapidsai/devcontainers:25.12-cpp-gcc13-cuda13.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda13.0-gcc14/devcontainer.json b/.devcontainer/cuda13.0-gcc14/devcontainer.json index 3ef5408..ffd9bdc 100644 --- a/.devcontainer/cuda13.0-gcc14/devcontainer.json +++ b/.devcontainer/cuda13.0-gcc14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-gcc14-cuda13.0", + "image": "rapidsai/devcontainers:25.12-cpp-gcc14-cuda13.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda13.0-llvm15/devcontainer.json b/.devcontainer/cuda13.0-llvm15/devcontainer.json index e185811..765748f 100644 --- a/.devcontainer/cuda13.0-llvm15/devcontainer.json +++ b/.devcontainer/cuda13.0-llvm15/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-llvm15-cuda13.0", + "image": "rapidsai/devcontainers:25.12-cpp-llvm15-cuda13.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda13.0-llvm16/devcontainer.json b/.devcontainer/cuda13.0-llvm16/devcontainer.json index e741161..eeed99e 100644 --- a/.devcontainer/cuda13.0-llvm16/devcontainer.json +++ b/.devcontainer/cuda13.0-llvm16/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-llvm16-cuda13.0", + "image": "rapidsai/devcontainers:25.12-cpp-llvm16-cuda13.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda13.0-llvm17/devcontainer.json b/.devcontainer/cuda13.0-llvm17/devcontainer.json index 9741d91..232b2fa 100644 --- a/.devcontainer/cuda13.0-llvm17/devcontainer.json +++ b/.devcontainer/cuda13.0-llvm17/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-llvm17-cuda13.0", + "image": "rapidsai/devcontainers:25.12-cpp-llvm17-cuda13.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda13.0-llvm18/devcontainer.json b/.devcontainer/cuda13.0-llvm18/devcontainer.json index 6ae82ca..f82406a 100644 --- a/.devcontainer/cuda13.0-llvm18/devcontainer.json +++ b/.devcontainer/cuda13.0-llvm18/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-llvm18-cuda13.0", + "image": "rapidsai/devcontainers:25.12-cpp-llvm18-cuda13.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda13.0-llvm19/devcontainer.json b/.devcontainer/cuda13.0-llvm19/devcontainer.json index 7c1abe7..427d43e 100644 --- a/.devcontainer/cuda13.0-llvm19/devcontainer.json +++ b/.devcontainer/cuda13.0-llvm19/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-llvm19-cuda13.0", + "image": "rapidsai/devcontainers:25.12-cpp-llvm19-cuda13.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda13.0-llvm20/devcontainer.json b/.devcontainer/cuda13.0-llvm20/devcontainer.json new file mode 100644 index 0000000..65ef122 --- /dev/null +++ b/.devcontainer/cuda13.0-llvm20/devcontainer.json @@ -0,0 +1,46 @@ +{ + "shutdownAction": "stopContainer", + "image": "rapidsai/devcontainers:25.12-cpp-llvm20-cuda13.0", + "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": "cuda13.0-llvm20", + "CCCL_CUDA_VERSION": "13.0", + "CCCL_HOST_COMPILER": "llvm", + "CCCL_HOST_COMPILER_VERSION": "20", + "CCCL_BUILD_INFIX": "cuda13.0-llvm20" + }, + "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": "cuda13.0-llvm20" +} diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3ef5408..ffd9bdc 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:25.10-cpp-gcc14-cuda13.0", + "image": "rapidsai/devcontainers:25.12-cpp-gcc14-cuda13.0", "hostRequirements": { "gpu": "optional" }, diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 464cf94..9fa9f8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,13 +11,13 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v20.1.7 + rev: v21.1.2 hooks: - id: clang-format types_or: [file] @@ -38,7 +38,7 @@ repos: # TODO/REMINDER: add the Ruff vscode extension to the devcontainers # Ruff, the Python auto-correcting linter/formatter written in Rust - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.2 + rev: v0.13.3 hooks: - id: ruff # linter - id: ruff-format # formatter diff --git a/ci/matrix.yaml b/ci/matrix.yaml index cdba6e5..b33e4a4 100644 --- a/ci/matrix.yaml +++ b/ci/matrix.yaml @@ -3,7 +3,7 @@ cuda_curr_max: &cuda_prev_max '12.9' cuda_curr_max: &cuda_curr_max '13.0' # The version of the devcontainer images to use from https://hub.docker.com/r/rapidsai/devcontainers -devcontainer_version: '25.10' +devcontainer_version: '25.12' # gcc compiler configurations gcc7: &gcc7 { name: 'gcc', version: '7', exe: 'g++' } @@ -22,6 +22,7 @@ llvm16: &llvm16 { name: 'llvm', version: '16', 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++' } +llvm20: &llvm20 { name: 'llvm', version: '20', exe: 'clang++' } # Each environment below will generate a unique build/test job # See the "compute-matrix" job in the workflow for how this is parsed and used @@ -66,3 +67,4 @@ pull_request: - {cuda: *cuda_curr_max, compiler: *llvm17, cpu: 'amd64'} - {cuda: *cuda_curr_max, compiler: *llvm18, cpu: 'amd64'} - {cuda: *cuda_curr_max, compiler: *llvm19, cpu: 'amd64'} + - {cuda: *cuda_curr_max, compiler: *llvm20, cpu: 'amd64'}